Skip to content

For Programmers

Dimitrios Ververidis edited this page Aug 30, 2018 · 1 revision

Formats Advanced

This is addressed to the programmers of the plugin. If you are just a simple user do not follow these rules. They are automatically generated by the software during compiling the game.

.obj

  • myModel_Colliders.obj, myModel_CollidersNoOptimization.obj
    • if the 'Colliders' word is within the file name of the obj then the model is automatically imported with colliders. This is useful for objs that serve as terrains
    • if the 'NoOptimization' word is located in the file name then the obj will not be optimized by Unity3D.
Clone this wiki locally