Hello,
I would like to know if it is possible once the application is built, if we can read and display objects under the “.obj” format in the application in question without first going through a compilation.
The interest is to have an application in “.exe” which will not be modified in the future but to be able to view in this application objects that I do not have yet and that I want to use.
At the moment I have the impression that you have to compile the objects beforehand, is there a solution to this?
Yep, google ‘unity runtime obj importer’
2 Likes
I spoke too quickly, this asset only allows to search model Obj during the runtime but once the application build the model is not loaded