Skip to content

Tags: Dinno/UnityIngameDebugConsole

Tags

v1.4.1

Toggle v1.4.1's commit message
Fixed NotSupportedException thrown by DebugLogConsole when an SRP is …

…installed (closed yasirkula#40)

v1.4.0

Toggle v1.4.0's commit message
Closed yasirkula#36

v1.3.9

Toggle v1.3.9's commit message
Fixed yasirkula#35

v1.3.8

Toggle v1.3.8's commit message
READ_LOGS permission is not needed on Android 4.1 and later (closed y…

…asirkula#34)

v1.3.7

Toggle v1.3.7's commit message
Disabling Searchbar would result in NullReferenceException, now fixed (

…closed yasirkula#33)

v1.3.6

Toggle v1.3.6's commit message
Fixed yasirkula#30

v1.3.5

Toggle v1.3.5's commit message
- Added a popup that is shown while typing commands and displays the …

…matching commands' signatures

- IngameDebugConsole prefab's parameters now have tooltips (removed their descriptions from the documentation)

v1.3.1

Toggle v1.3.1's commit message
- Multiple console commands with the same command name can now exist …

…together as long as their method signatures are different

- Console commands now support more parameter types: enums, arrays, Lists, Quaternion, Color, Color32, Rect, RectOffset, Bounds, Vector2Int, Vector3Int, RectInt and BoundsInt
- Added DebugLogConsole.AddCustomParameterType function to register custom parameter types to the console

v1.3.0

Toggle v1.3.0's commit message
Added OpenUPM instructions

v1.2.1

Toggle v1.2.1's commit message
Fixed yasirkula#21