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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Add comment