Component Development Checklist¶
Summarizes the things to remember when creating a new component or trying to fix a broken one:
- Did you follow our Development Standards?
- Does the component properly handle the object lifecycle? See Proper Spawning and Despawning (Object Lifecycle)
- Does your component function correctly even when its object is in inventory? See Inventory System.
- If using SyncVars, are they being used properly?