Skip to content

New JSON and Copy/Paste features break plugin for Unity 2020 #46

@hlgott1593

Description

@hlgott1593

What happened?

Hi,
This is not really a bug but the README says backwards compatibility to Unity 2019 which does not seem correct anymore.

The issue is both features attempt to get the value of SerializedProperty.managedReferenceValue which is write only for Unity 2020 (any maybe prior did not look into when they changed this).
https://docs.unity3d.com/2020.3/Documentation/ScriptReference/SerializedProperty-managedReferenceValue.html

Considering this is a 3 year old version of unity it is understandable if you do not plan to fix this but if that is the case please update the README with which version of the plugin are supported on each Unity major version.

Thanks (love the plugin btw :))

Package Version

1.2.0

Unity Version

2020.3.48f1

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions