Answer the question
In order to leave comments, you need to log in
How to point to the root of a folder in the Project window?
In a certain case, I need to open a folder in Project after I have called
EditorUtility.FocusProjectWindow();
how to do it?
Answer the question
In order to leave comments, you need to log in
Selection.activeObject=AssetDatabase.LoadAssetAtPath("Assets/Prefabs/"+prefabName+".prefab");
or something like that.
in general, look for it in Selection. and try to highlight it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question