It is possible to build a project from script ?
I have two scenes (A and B):
In scene A: I customize some spheres and a plane (I set the material, size, mass etc)
Scene B is created from the input from the Scene B (I will have my plane with all sphere on it)
I want to build Scene B and load it in a Python script because I want that plane to learn how to keep balance all spheres.
This is the main idea of my project. But I don't know if it's possible to build a scene in runtime.
After I customize my scene, I want to press a button and build scene B, after this i want to load the exe in my python script.
It is possible to build a scene in runtime ?
Your answer
Follow this Question
Related Questions
Running shell scripts Mac: POST BUILD -1 Answers
Android build error 1 Answer
Native audio plugin xcode build problem "undefined symbols" 0 Answers
Can't "build and run". Can only use the "build "option 0 Answers
Build failed with the following error 0 Answers