Archive 17/01/2023.

Change paths for Data and CoreData folders

SteveU3D

Hi,
To use Urho3D, one must put the folders Data and CoreData in the exe folder. I would like to change that and put Data and CoreData in bin/Urho3DResoureces for example, the exe stays in bin. How to do that?

Thanks

SteveU3D

Sorry, I found the answer.
Just use engineParameters_[“ResourcePaths”]=“yourFolder/Data;yourFolder/CoreData”;