Quantcast
Channel: Answers for "C# moveOnMouseClick Rotation"
Browsing all 4 articles
Browse latest View live

Answer by robertbu

Try this: using UnityEngine; using System.Collections; public class NoRotation : MonoBehaviour { private Quaternion q; void Start () { q = transform.rotation; } void Update () { transform.rotation = q;...

View Article


Answer by MutualTeats

If I got your question right you want to rotate the gameObject, but not the camera (it should be fixed like in Pokémon Colosseum or Diablo). That means that you'll need to use one script for the...

View Article


Answer by robertbu

Try this: using UnityEngine; using System.Collections; public class NoRotation : MonoBehaviour { private Quaternion q; void Start () { q = transform.rotation; } void Update () { transform.rotation = q;...

View Article

Answer by MutualTeats

If I got your question right you want to rotate the gameObject, but not the camera (it should be fixed like in Pokémon Colosseum or Diablo). That means that you'll need to use one script for the...

View Article
Browsing all 4 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>