I've assembled a project and running it with the .bat file produced. My logic for my project is in the c# AppWorldLogic.cs. When the project has been assembled the code doesn't seem to run in this file?
I'm using Unigine 2 engineering evaluation edition with a c# project. The logic in the .cpp unigine script file for the world that's loaded runs but while developing and running in debug the code in the c# file runs as expected.
Is there any documentation on assembling a project? I've build the project for release in the visual studios project before assembling. Is there anything you have to do to get the AppWorldLogic code to run?