Quantcast
Viewing all articles
Browse latest Browse all 1466670

move camera in editor without acceleration & with custom speed, by NORTHERNVISIONSTUDIO

NORTHERNVISIONSTUDIO has posted an absolute gem here: https://feedback.unity3d.com/suggestions/editor-camera-speed-must-be-configurable

How to move camera in editor without acceleration & with custom speed (Feb 2017).
Just though I would thorw it into this forum in case his/her github repo gets down


Code (CSharp):
  1. using UnityEngine;
  2. using UnityEditor;
  3. using System;
  4. using System.Collections;
  5. using System.Collections.Generic;
  6. using System.Reflection;
  7.  
  8. [InitializeOnLoad]...
move camera in editor without acceleration & with custom speed, by NORTHERNVISIONSTUDIO

Viewing all articles
Browse latest Browse all 1466670

Trending Articles