- Home /
Question by
smirlianos · Jul 27, 2013 at 01:49 PM ·
rotationinstantiatetransformquaternionrotate
How to instantiate on custom rotation?
Hello,
I want to instantiate an object with the rotation setting to (270,0,0)
What should I do?
I tried this but it doesn't work
var rot = Quaternion(270,0,0);
var healthKit = Instantiate(health, transform.position, rot);
Comment
Your answer
Follow this Question
Related Questions
Instantiated Objects Point towards unknown point 0 Answers
Rotation Jumping values (0 to 180) 1 Answer
Rotate object to where aiming 1 Answer
Player character X rotation going haywire on game start 1 Answer
Rotation not working 3 Answers