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

Project needs to be 2019.4.11 or newer question #2

Open smallvalthoss opened 2 years ago

smallvalthoss commented 2 years ago

I was wondering what the compatibility issue was where it needs to be a Unity version >= 2019.4.11? I have a project that is 2019.3.4 and was wondering if I can use Record3d for this project or if I needed to upgrade.

Thanks!

marek-simonik commented 2 years ago

Unity 2019.4.11 was the first version I tried this project with, so I listed it as the version that is guaranteed to work with this demo. My guess is it will work even on 2019.3.4, but I cannot guarantee it as I have not tried it. Let me know if you encounter any issues on 2019.3.4.

smallvalthoss commented 2 years ago

Just tried importing into 2019.3.4 and I get about 25 compiler issues. Would you like me to share them?

marek-simonik commented 2 years ago

Just tried importing into 2019.3.4 and I get about 25 compiler issues. Would you like me to share them?

Yes, please post them here and I will try to help you.

smallvalthoss commented 2 years ago

Getting these errors, idk how to get them into a log file: image

marek-simonik commented 2 years ago

I'm not that much experienced with Unity, but is seems like these errors might be related to old versions of packages. I'd recommend to try some of the tips mentioned in this thread; namely trying to remove manifest.json from the Packages folder and/or updating packages in Package Manager.

I'd also recommend to Google those specific errors and see if you find any help on Unity forums / StackOverflow.

If nothing would help, then you can run the demo in Unity 2019.4.11 (or newer) and see if you'll still get the same errors.