FusedVR / VRStreaming

Unity Render Streaming SDK to stream VR from CloudXR to WebXR over WebRTC
Apache License 2.0
147 stars 24 forks source link

Add recommended Unity version to readme #24

Closed andybak closed 2 years ago

andybak commented 2 years ago

It might work on multiple versions but I always like to know the version that is most likely to just work.

The package.json mentions 2019.4. Is that right? Most people wouldn't think to look there.

vmohan7 commented 2 years ago

Good point, will add to the README. I test this regularly with 2019 LTS, but have also verified with 2020 LTS. At some point, it would be good to write some github actions to run Render Streaming Unit Tests and compile tests against various versions too