help implementing placeable objects please

slammato

New member
i'll preface this by saying i'm still pretty new.

i'm looking to have a set of placeable objects, such as a tent or campfire, that my character would be able to place into the level. i've found several tutorials on how to do this, but unfortunately i haven't been able to implement them into my project.

this was the main one i followed: https://unity3d.college/2017/08/02/how-to-create-a-unity3d-building-placement-system-for-rts-or-city-builders-let-your-player-place-a-3d-object-in-the-world/

it seemed simple enough to do, but i keep getting an error saying i can't add the script to any objects.

is there a simple/reliable method for integrating custom scripts like this one into the TPC?

thanks!
 
I haven't done that tutorial before but this should be completely independent of the character controller. If you leave a comment the author may be able to help.
 
Top