Cant't change ItemPickup.cs Item Collection field

epicever

Member
i cant seem to change this to another item collection. everytime i change it and select something else and then back to it in the inspector it goes back to demo collection. this is for both the project prefab and the game object prefab that's in the game object hierarchy
 

Attachments

  • Untitled.png
    Untitled.png
    17.8 KB · Views: 3
The same Item Collection must match throughout your scene. When the inspector initializes it will search by first looking for an Item Set Manager and then assigning it to that. So make sure your character is first updated with your new Item Collection.
 
Top