sergey.pozhidaev Posted May 7, 2015 Posted May 7, 2015 hi, how change scale or size parameter for PlayerActor?
unclebob Posted May 7, 2015 Posted May 7, 2015 Hi Sergey, I'm not sure I get your question correctly but you can use setCollisionRadius (https://developer.unigine.com/en/docs/1.0/scripting/library/players/class.playeractor#setCollisionRadius_float_void) and setCollisionHeight (https://developer.unigine.com/en/docs/1.0/scripting/library/players/class.playeractor#setCollisionHeight_float_void) methods in order to change size of player collision shape.
Recommended Posts