Top "Unity3d-editor" questions

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.

How do I smoothly rotate the camera in unity?

I am making a 2d unity game with C#. Right now, I am trying to make the camera rotate and …

c# unity3d unity3d-editor
Unity3D Slider onValueChanged sending only 0 (or other defined value)

I'm trying to attach an onValueChanged event to my GUI Slider, but for some reason it gives me a mandatory …

unity3d unity3d-gui unity3d-editor
How to make custom inspector add object reference in Unity

I cannot figure out how to make a texture field appear in my custom inspector and the documentation explains little …

c# unity3d unity3d-editor
Unity3D Editor: How can I find all usages of a given asset?

The very useful feauture "Find usages" exists in Visual Studio and Resharper, but I can't find the same in Unity3…

unity3d assets unity3d-editor
Unity 5: access/modify AnimatorController from C# script in editor

I'd like to write an editor menu item that accesses currently open animation controller and destroys/creates/modifies animation transitions. …

c# unity3d unity3d-editor