GeoJam2021/Assets/UserReporting/Release Notes.txt
2021-07-23 09:45:12 +02:00

16 lines
531 B
Plaintext

Unity User Reporting SDK Version 1.0
Included all source in the SDK instead of relying on DLLs.
Upgraded from WWW to UnityWebRequest.
For 2018.3 and above, added a new IUserReportingPlatform for asynchronous screen shots and report generation (DirectX only). To enable this feature, switch the UserReportingPlatform to Async on the UserReporting game object.
Fixed an issue where successful user report submissions were reporting as an error.
Fixed a possible memory leak when taking screenshots.
Fixed various small bugs.