What is unity4 for AssetDatabase.GetAllAssetPaths?
It returns a collection of string, each string is an Asset path/location. You can iterate over the collection and load the asset(s).
What is unity4 for AssetDatabase.GetAllAssetPaths?
It returns a collection of string, each string is an Asset path/location. You can iterate over the collection and load the asset(s).