Files
RothenburgAR/Assets/OBJImport/readme.txt
Matt ed9fb4bce1 3D objects are now loaded directly from .obj
>10s loading time on a nexus 5x, needs rework
2018-09-27 13:42:22 +02:00

10 lines
343 B
Plaintext

OBJ IMPORTER README:
This is the readme for aaro4130's OBJ Import Asset. This asset
can import OBJ files at runtime or in the editor--
--Importing an OBJ from another script--
OBJLoader.LoadOBJFile(string filepath) will return a GameObject with the resulting import.
--Importing an OBJ in the editor--
Import via GameObject->Import from OBJ