About can't read obj and mp4 in windows/MacOS standalone app
Hello Everyone
I know this topic might be a old issue. I try to build an app for windows, however, sounds part work perfect but the app can't read the obj, mp4 and png files even though I collected all the files in the same project. Since it is for a remote installation, I need to run the media files without knowing the absolute file locations.
I had tried previous solution but it didn't work and I am looking for a simple solution. Looking forward to hearing from you. Thanks !
the sendapppath message is typically used to construct paths for standalone resources:
https://cycling74.com/forums/thispatcher-outputs-wrong-path-when-building-app/replies/1#reply-5c0e5cfe5d3acc26d82c71e0
Thank you, I will take a look first !