How to create a customization system?

Hello,

How would you go about making a customization system, for example a ship. Id like to be able to attach a prefab to some points through a menu system, does any know how i could go about doing this?

Many thanks,
Luke

Well, you would just use the UI components to make the menu, and use the various button events and whatnot to invoke some scripts you’ve written, that instantiate prefabs and set their transform parents to the corresponding attachment points on the ship.

There’s nothing very deep or mysterious here… but maybe you need to ask a more specific question?

1 Like