1. Neos VR
  2. News
  3. 2021.10.1.551 - GZip compression for API calls, UnitScale fix for ScrollRect

2021.10.1.551 - GZip compression for API calls, UnitScale fix for ScrollRect

Another small patch, enabling GZip compression for API calls which should help significantly reduce network bandwidth usage and speed up the responses a bit.

Also bugfix for the new UnitScale breaking some behaviors like scroll rects.

Compatible with previous builds.

[h2]Optimizations:[/h2]
- Enabled GZip compression on the cloud API responses, which should reduce the latency and network bandwidth usage

[h2]Bugfixes:[/h2]
- Fixed ScrollRect and potentially other behaviors not compensating for the UnitScale of the Canvas (reported by @Lexevo)