
- Open the Unity Package Manager by navigating to Window > Package Manager along the top bar.
- Click the plus icon.
- Select Add package from git URL
- Enter
https://github.com/Zzz-x1/EnhancedInspectorForNetick2.git
- View runtime network properties and network collections and modify network properties via inspector
- Compatible with custom property drawer , custom editor , third-party editor plugin (odin , naughty attributes etc..)
- ButtonAttribute for any method(support arguments)
[Button]
public void Func1() { }
[Button]
public void Func2(int arg0, NetworkArrayStruct8<NetworkString32> arg1) { }
[Button]
public static void Func3() { }
[Button]
public static void Func3(ScriptableObject obj) { }