Skip to content

📜 Sample ScriptableObjects

This folder contains example assets you can explore or copy into your own project.

  • Inventory/ → sample item definitions grouped by category (Armor, Weapon, Usable).
  • Policies/ → example container size policies.
  • Effects/ → sample effect assets to pair with items.

⚠️ Notes

  • These assets have generated GUIDs for demo purposes.
    Do not reuse them in production — create your own with unique GUIDs.
  • The samples demonstrate how ItemDefinition, ContainerSizePolicy, and UseEffectObject assets are authored and linked together.
  • You can freely copy or modify them for sandbox testing or tutorials.