Hello all, firstly, thanks for reading.
So I’d like to implement a system where the player can place objects into the world such as fences, walls, floor and ceiling panels, etc. Is there a plugin for this? Or anything I can use as a starting point? Or do I need to create an instance creation and placement script from the ground up? I have little to no programming knowledge, so any help in explaining anything in layman’s terms would be appreciated. I really want to get all of the core game functions working so I can focus on other areas.
Thanks
Look up Instantiate and Prefabs. That should get you going.