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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Add comment