dERP-Games / Coming-Calamity

0 stars 0 forks source link

[BUG] Scriptable Object for Mask Setup not properly setup #53

Closed amonjerro closed 9 months ago

amonjerro commented 9 months ago

Describe the bug The Scriptable Object for the MaskSetup class has a mismatch between file name and class name. This causes desync issues in the editor.

To Reproduce Steps to reproduce the behavior:

  1. Go to Scriptable Objects
  2. Click on TestMaskSetup
  3. See error for no selected class in inspector

Expected behavior Instances of MaskConfig structs should be available for adding to that scriptable object.