05-03-2023, 12:02 PM
Hello,
Just a heads up.
New unity versions (2022+) do not allow unsecure WebRequests, so there is an error message when CurvySplines attempts to send metrics. Luckily, the fix is pretty simple by changing the url in Metrics.cs from http to https.
cheers,
schema
Just a heads up.
New unity versions (2022+) do not allow unsecure WebRequests, so there is an error message when CurvySplines attempts to send metrics. Luckily, the fix is pretty simple by changing the url in Metrics.cs from http to https.
cheers,
schema