Skip to content

Zzz-x1/EnhancedInspectorForNetick2

Repository files navigation

Unity 2021.3+ License: MIT

Installation

  • 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

Features

  • 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)

Preview

  • Inspector
image image
  • ButtonAttribute
    [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) { }
image

About

Provide a debug inspector for netick 2 to view network properties and network collections at runtime

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages