Show InputField for exceptions to view/copy full exception

This commit is contained in:
Sinai
2022-04-01 18:14:50 +11:00
parent 4e3d3a2e5c
commit bacac929e9
8 changed files with 58 additions and 61 deletions

View File

@ -28,6 +28,8 @@ namespace UnityExplorer.Tests
public static object LiterallyAnything = null;
public static string Exception => throw new Exception("This is a test.");
// Test enumerables
public static int[,,] MultiDimensionalArray = new int[45, 45, 45];
public static List<object> ListOfInts;