c - Create a program that generate a Unity3D application -


i'm trying develop simple program should create unity3d application. read unity manual in section of command line arguments , wrote simple c program in user can choose operating system , execute unity command. tried use command create new project , build application target device , saw works. designed 3d model using sketchup , generate .obj file import in unity. i've import model in unity using command line arguments, don't know how can import .obj file. know how can solve problem?

i've found in unity manual.

using unityengine; using unityeditor;  public class importasset {     [menuitem ("assetdatabase/importexample")]     static void importexample ()     {         assetdatabase.importasset("assets/textures/texture.jpg", importassetoptions.default);     } } 

massive assumption, given learncocos2d comment. if commandline can run editor scripts, 1 of, might able try above out part of build process.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -