You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @marek-simonik, I really appreciate your work to get volumetric video into the hands of more people, it is really appreciated! I have the project up and running correctly with my own footage however when I build the project into an APK file I get the "unsupported platform!" Error message, is there any way to get this project to build for android? Thanks!
The text was updated successfully, but these errors were encountered:
thank you for using Record3D! To make it possible to get the demo to run on Android, you will have to compile the record3d_unity_playback library from sources; I provided a link to the source code of that library in this issue: #5 (comment)
Note that once you compile the library, you will have to adjust the source code and likely add a new #elif branch here, where you specify the path to the newly-compiled .so Android version of the library:
Hi @marek-simonik, I really appreciate your work to get volumetric video into the hands of more people, it is really appreciated! I have the project up and running correctly with my own footage however when I build the project into an APK file I get the "unsupported platform!" Error message, is there any way to get this project to build for android? Thanks!
The text was updated successfully, but these errors were encountered: