- Home /
Ship customization
Hey guys, Its Nandor here. I was wondering if you guys could help me find out how to customize objects.
I'm starting a project where you are able to customize a ship. Such as add modules, move modules around, add wings, frames, weapons, etc. But i am having trouble figuring out the code for making a GUI customization screen. I've done an extensive search where only one person asked the same question as me, and the only answer back was, "Don't worry i figured it out".
I really hope you guys have the time to help me out here. I'd REALLY appretiate it :)
THANK YOU! Sincerely,
Nandor Bakos
PS. I'm currently coding in JavaScript incase you guys wanted to know which language i'm asking about. I'm just stumped :(
Your question is "figuring out the code for making a GUI customization screen". It's going to be hard to answer that ! What part of it is blocking you ? The layout, the clic events, etc ?
Answer by TheCodeCrafter · May 18, 2017 at 11:02 AM
These two pages should be rather helpful for getting the buildings system right:
http://answers.unity3d.com/questions/494311/2d-modular-customization.html http://answers.unity3d.com/questions/868058/creating-a-ship-customisationbuilding-system.html
These two other questions were answered, and are about the same as what you are trying to ask. Designing core UI shouldn't be a problem, as there are plenty of tutorials and addons for that.
Cheers, Noah
Your answer

Follow this Question
Related Questions
Charcer Customization with Unity Indie? 4 Answers
Is there any additional functionality to customize webplayer lodaing screen? 0 Answers
Character Customization Problem, Hard to explain... JS 0 Answers
View and Edit Properties of List items in inspector 1 Answer
Responsive Editor UI Button with custom style | How to remove GUIStyle.hover delay 0 Answers