marek-simonik / record3d_offline_unity_demo

iPhone/iPad -> Unity VFX Graph demo (pre-recorded 3D Video playback)
https://record3d.app
33 stars 9 forks source link

Anyway to get this working on standalone VR (i.e. Android)? #6

Open kaspershabka opened 8 months ago

kaspershabka commented 8 months ago

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!

marek-simonik commented 8 months ago

Hi,

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: https://github.com/marek-simonik/record3d_offline_unity_demo/issues/5#issuecomment-1762815853

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: https://github.com/marek-simonik/record3d_offline_unity_demo/blob/03292f3bfc2c6391cec27bf1c440bf670bd8c569/Assets/Scripts/Record3D/Playback/Record3DVideo.cs#L55