Skip to content

0.15.9

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 17:30

Fixes compilation error for some Unity versions (15d820c)

-            var splittedPath = pathWithQueryString.Split("?");
+            var splittedPath = pathWithQueryString.Split('?');