Search found 1 match
- Wed Oct 05, 2022 6:03 am
- Forum: Promotion & Marketing Braintrust
- Topic: Data management: prefabs vs database-like gameobject
- Replies: 2
- Views: 1778
Data management: prefabs vs database-like gameobject
Hi Another dev and I (two amateurs) think differently on how to keep and modify data in our game. - I would create a prefab base and then generate variants to change data directly in the prefabs inspector. Weapon gameobjects would be instanced directly from the prefab variant. As he sees it, databas...