Search found 1 match

by dog
Thu Jan 19, 2023 8:32 pm
Forum: General Discussion
Topic: Loading of raw UnityEngine.Object not working
Replies: 1
Views: 538

Loading of raw UnityEngine.Object not working

Seems like variables whose type is UnityEngine.Object (saved by ref) are not deserialized correctly? Subclasses of UnityEngine.Object work correctly but not the class itself. Minimal example: public class SavedComponentTest : MonoBehaviour { public UnityEngine.Object xx; } Looking at the save file, ...