- Home /
What is unity4 for AssetDatabase.GetAllAssetPaths?
What is unity4 for AssetDatabase.GetAllAssetPaths?
Comment
Answer by Landern · Dec 04, 2012 at 06:47 PM
It returns a collection of string, each string is an Asset path/location. You can iterate over the collection and load the asset(s).
I meatnt threre is no such function declared for Unity4 only Unity3.
@name123 This function is in both Unity 3 and 4. Not sure why you were getting that error.
Your answer
Follow this Question
Related Questions
Unity 4 + new machine. Activate on 3.x and update, or 4.0 beta itself? 0 Answers
NullReferenceException when looking at target in an Editor class (CustomEditor) 2 Answers
Can Unity 3.1 be configured to watch scripts and recompile immediately, like Unity 2.6? 1 Answer