Search Issue Tracker
Fixed
Votes
0
Found in
5.3.5p2
Issue ID
803913
Regression
No
[iOS] PropertyInfo incorrect for objects serialised to JSON
Steps to reproduce:
1) Open the project attached by me.
2) Build the project for iOS.
3) Deploy the project to a device via Xcode.
4) Open the app.
An object is being serialised into JSON and then converted back. The lower panel shows which attributes can be written to (CanWrite) or the JSON string, the 'INFO' button can be used to switch between the two. Pressing the 'UPDATE' button re-serialises the object and increments the 'count' value.
In the Editor, all the attribute values are 'True', that means that they can be written to. However, if the project is deployed to iOS, using IL2cpp, the values of 'Attributes' and 'Metrics' are false. This issue is not present with Mono2x.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
- Mistakes in multiple Particle System Components pop-up
Add comment