May be used for either general editor-specific questions or for questions on the UnityEditor namespace, which is typically used to modify/extend the Unity editor GUI and behavior.
I am making a 2d unity game with C#. Right now, I am trying to make the camera rotate and …
c# unity3d unity3d-editorI'm trying to attach an onValueChanged event to my GUI Slider, but for some reason it gives me a mandatory …
unity3d unity3d-gui unity3d-editorI cannot figure out how to make a texture field appear in my custom inspector and the documentation explains little …
c# unity3d unity3d-editorThe very useful feauture "Find usages" exists in Visual Studio and Resharper, but I can't find the same in Unity3…
unity3d assets unity3d-editorI'd like to write an editor menu item that accesses currently open animation controller and destroys/creates/modifies animation transitions. …
c# unity3d unity3d-editor