-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
- Created a
public class UDictionaryStringColor : UDictionary<String, Color>following the provided code example.
-
Created a ScriptableObject class that has a
UDictionaryStringColorfield. -
Objects works and stores values without issues.
- Try to iterate trough the ScriptableObject field and get an error:
NullReferenceException: Object reference not set to an instance of an object
UnityEngine.Collections.Generic.UDictionary`2+Enumerator[TKey,TValue].MoveNext () (at Library/PackageCache/com.prastiwar.unityserializeddictionary@769342ef7b/Runtime/UDictionary.cs:719)
Metadata
Metadata
Assignees
Labels
No labels


