Search Issue Tracker
Fixed in 5.3.6
Votes
0
Found in
5.3.3f1
Issue ID
791006
Regression
No
[Android][PS4] IL2CPP: classes duplicated from Standard Asset classes are generated incorrectly by IL2CPP
Steps to repro:
1. Use attached repro project, ensure that scripting backend set to Mono
2. Build and run it on the device
3. On app start you should see smth like "4-26 19:36:56.862 I/Unity (20466): Printed from Asset_Scripts_FreeLookCam.cs script copy" and this is correct as it was printed from script, used in the scene
4. Switch backend to IL2CPP
5. Build and run it on the device
6. On app start you won't see expected message "4-26 19:36:56.862 I/Unity (20466): Printed from Asset_Scripts_FreeLookCam.cs script copy", as initial copy of FreeLookCam.cs is used. Despite it is not actually used in the scene.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment