I’m making an FPS RPG with the ability to use prebuilt parts to make custom firearms. Where should I start on the code?
Have you actually tried googling for:
unity custom weapons
When I just did there were some tutorials directly addressing this.
1 Like
I was using too much detail in my google search. Cause my brain runs on a potato battery.
wait, that’s for “dev side custom.” I want to make “player side custom,” sorry I wasn’t clearer
There has got to be tutorials for things like ‘character customization’… some significant fraction of games have your standard RPG clothing menu, and weapons are same-same. It’s just a lot of UI setup and some code to service the UI, which would be pretty boilerplate UI style code.