Game Development Community

Changing the players collision box

by Michael A Bocchi · in Technical Issues · 05/22/2008 (10:49 am) · 2 replies

Were can I find the code for the players default collision box? I would like to make it alot larger to accomadate my new player model. any help here would be welcome.

Thank you
~Michael

#1
05/22/2008 (10:56 am)
Check the player.cs file. In the players datablock theres a variable called Bounds i believe.
#2
05/27/2008 (7:59 am)
Thanks. I will check that out.