Hi friends,
I am writing an editor plugin. Its actually an update. Can you please solve this for me? If you have any alternatives please let me know.
In Unity’s documentation this enum is there. But it is not available in the editor code. I’ve placed the source file in Editor folder and used
using UnityEditor;
But the error still comes.