Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.1.X, 2017.2.X, 2017.3.X
Votes
0
Found in
2017.2.0f3
Issue ID
965094
Regression
No
UnityWebRequest using "../" at the start of a URL will result in an internal exception on WebGL while exceptions is turned off
How to reproduce:
1. Download attached project file and open "test" Scene
2. Select the Main Camera in Hierarchy Window and set the URL (in my case ../Linear2/test.txt)
3. Build project (make sure WebGL Platform is selected and Enable Exceptions is set to "None" in Player Settings)
4. Open project on browser (make sure you set correct URL)
Actual result: Javascript message appears: "An exception has occurred, but exception handling has been disabled in this build..." and game crash.
Reproduced with: 2017.2.0f3, 2017.3.0b8, 2018.1.0a2
Workaround: Turn on exceptions in Player Settings
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody interpolation is performed after the next frame's FixedUpdate() when using Rigidbody2D
- OnAudioFilterRead not working as expected for generator scripts
- Construct matrix block disappears, and other bugs and exceptions related to it show when opening/running project
- New browser tab is not created when trying to open Package Manager hyperlinks by holding the Ctrl key and pressing the left mouse button
- [Mobile] NavigationSubmitEvent is not being triggered when the submit button is pressed on a mobile keyboard
Add comment