Search Issue Tracker
Fixed in 5.5.0
Votes
15
Found in
5.3.1p3
Issue ID
763240
Regression
No
[iOS] WebRequest system initialization fails on IL2CPP builds with disabled stripping and all Mono2x builds
Steps to reproduce:
1. Open attached project
2. Build for iOS with Mono2x scripting backend OR IL2CPP with 'Strip Engine Code' disabled
3. Build the Xcode project to iOS device
4. Click 'Load random image' button
5. Notice the following errors are thrown in Xcode log:
> Cannot create web request without initializing the system
> Unable to initialize UnityWebRequest
> NullReferenceException: UnityWebRequest has already been destroyed
IL2CPP build with 'Strip Engine Code' enabled works fine.
Comments (6)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
panuaani
Aug 11, 2016 06:35
Issue persists in 5.4.0f3 (Mono2x scripting backend)
v0kb0l0k
Jun 10, 2016 15:48
Cannot create web request without initializing the system
UnityEngine.Networking.UnityWebRequest:.ctor(String)
Unable to initialize UnityWebRequest
UnityEngine.Networking.UnityWebRequest:.ctor(String)
System.NullReferenceException: UnityWebRequest has already been destroyed
at UnityEngine.Networking.UnityWebRequest.InternalSetUrl (System.String url)
at UnityEngine.Networking.UnityWebRequest.set_url (System.String value)
at UnityEngine.Networking.UnityWebRequest..ctor (System.String url)
v0kb0l0k
Jun 10, 2016 15:46
Unity 5.4.0b1 WebGL same
MaT67
Feb 22, 2016 13:17
Same issue here on WebGL build.
Reza-AUS
Feb 22, 2016 02:54
I have the same issue on WebGL builds with 5.3.2p3.
DimensionU
Jan 27, 2016 16:08
This happens on WebGL builds as well.