Recent content by Vyn Halcyon

  1. V

    Scrollwheel Step Zooming Camera in Adventure Viewtype

    I see! Thank you for the quick reply! So it is a dolly zoom?
  2. V

    Scrollwheel Step Zooming Camera in Adventure Viewtype

    Hi! This is basically what I want to do: using System.Collections; using System.Collections.Generic; using UnityEngine; public class CameraScrollWheelZoom : MonoBehaviour { public Camera selectedCamera; private void Awake() { selectedCamera = GetComponent<Camera>()...
Top