SpaceMadness / lunar-unity-console

High-performance Unity iOS/Android logger built with native platform UI
https://www.assetstore.unity3d.com/en/#!/content/43800
Other
839 stars 114 forks source link

Dropdown View of List Variables #170

Closed Mefodei closed 4 years ago

Mefodei commented 4 years ago

in several cases most user friendly way: show only set of cheat variables values

weeeBox commented 4 years ago

Added to the roadmap. Thanks

weeeBox commented 4 years ago

Added in 1.8.0.

Usage:
public static readonly CEnumVar<MyEnum> myEnum = new CEnumVar<MyEnum>("My enum value", MyEnum.Two);

Mefodei commented 4 years ago

Thx, that's sound great