CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ Asset() [4/6]

Asset ( Path path)

Loads the asset at path.

Parameters
pathPath to an existing asset.
Exceptions
ArgumentNullExceptionIf the path is null.
FileNotFoundExceptionIf the path is not an asset on disk.
See also