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
move camera in editor without acceleration & with custom speed, by NORTHERNVISIONSTUDIO
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):
- using UnityEngine;
- using UnityEditor;
- using System;
- using System.Collections;
- using System.Collections.Generic;
- using System.Reflection;
- [InitializeOnLoad]...