Search Issue Tracker
By Design
Votes
0
Found in
5.3.5f1
Issue ID
842321
Regression
No
Some System.NET assemblies are still stripped with Full .NET 2.0 API on IL2CPP
Project is using Full .NET 2.0 API, but link.xml is still required to access some of Full features, otherwise Method Not Found() is thrown. With link.xml Null Reference exceptions are being thrown.
STR:
1. Open my attached project.
2. Deploy it on a iOS device, make sure that IL2CPP is selected as scripting backend.
Pay attention to XCode log, NullReferenceException should be thrown:
NullReferenceException: A null value was found where an object instance was required.
at System.Net.AuthenticationManager.DoAuthenticate (System.String challenge, System.Net.WebRequest request, ICredentials credentials) [0x00000] in <filename unknown>:0
This does not happen on Mono2x backend.
Reproduced with: 5.3.5f1, 5.4.2f2, 5.5.0b10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment