As of version 1.3.0.125, Workbench only permits adding EntitySlotInfo to a SlotManagerComponent, and it is no longer possible to change the slot class to any other type.
Description
Description
Details
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 11 x64
- Category
- General
Steps To Reproduce
- Open Workbench.
- Create a new prefab.
- Add a SlotManagerComponent to the prefab.
- Add a new Slot to the Slot Manager — you'll notice that Workbench automatically assigns EntitySlotInfo as the slot type.
- Attempt to change the slot class using Right Click → Change Class — only EntitySlotInfo is available in the list, even though other valid slot types (such as RegisteringCompartmentSlot) exist and should be selectable.
Additional Information