- Home /
Unity Folders
Hola,
I need some help, this is probably very easy.
I am using the DrawCamera fuction , Handles class. It is in the Brujula.cs script. This class needs the "using UnityEditor" predirective. For the proyect to build, these classes needs to be in the Assets/Editor folder.
The problem is, that these classes within the Editor folder, doesn't belong to the namespace,( althought adding "using UnityEditor" from the class that call them). Their Start and Update functions are never called too. When I try to make a Find from another classes , they are not found too, I mean, I can't do:
GameObject go = GameObject.Find("Brujula_camara"); Brujula mvb= go.GetComponent();
Any ideaa?
Thanks
gracias.
Your answer
Follow this Question
Related Questions
Is there a way to create a folder hierarchy view in the editor? 1 Answer
2017.3 Editor frame drop and movement reaction speed [ISSUE] 1 Answer
Debug Console doesnt show up 7 Answers
Creating a custom script that extends other scripts in Editor 1 Answer
In the editor for the free version i have no words on any of the menus or anything? 2 Answers