I made my first project - simple platformer on Unity.
At the editor all’s good, but when i try to load application (using WebPlayer or exe builer)… omg… I don’t now what to say about this. So, look at the gif. (and yeah, i am from ukraine, so some folders on my desktop is on ukrainian).
These are the steps:
public void Start(){
// Set Camera Resolution
// Get GameObject
// add Components to GameObject
// Maybe rearrange Position and Size of Rigidbody
// Positionate GameObject
}
I am still new to unity, so it could be that you have to positionate the “rigbody” to the same position like the GameObject and arrange the sizees of the rigbody to the gameobject you attache it to. normaly something the Editor does on default.