Quote:
Ok, so I tried to publish my project as a test ,but the models (or entities in general) are not published. When I start the game and the level is loaded, no entities appear at all, either models or sprites. I used #define PRAGMA_PATH to indicate the paths to the folders. I made a folder for models, a folder for sounds, a folder for levels ... etc.


What bothers me here is that you did not say anything about a error code.
If the engine attempted to load a entity but could not find it there would be a warning. However in a Publish run the warning would be muted, there is a way to turn back on the warnings. Also there is a way to run a publish in order to produce a log that might exactly tell you if the files are not found or if this is another issue