Git Product home page Git Product logo

unity-cameracontroller's Introduction

Unity-CameraController

This is a camera controller that can be use for RTS games made in Unity.
It's far from perfect but it does the job pretty well and fast.
Here is the list of what is currently implemented:

Keyboard

  • W, A, S and D to pan
  • Q and E to rotate
  • R and F to zoom
Mouse
  • Right click and drag to pan
  • Move the mouse to one of the edges of the screen to pan
  • Middle mouse button to rotate horizontally and vertically
Behaviours
  • If an object is tagged with Ground layer (this can be anything you want as long as you set it in the inspector in the groundLayer variable to your liking) and AdaptToTerrainHeight is set to true, the camera will automatically go up when it reaches the minimum zoom set in the zoomMin variable
  • Turn on Gizmos in the Game tab to see the ray from the camera movement
  • Camera is set to smooth it's movement to the desired location, you can turn this on and off with the smoothing variable and set the smoothingFactor variable as well

Part of this code is similar to the one found in this video https://www.youtube.com/watch?v=_adEYoaArc4 because that's where I got some ideas for the camera controller.

TODO:
Use the terrain limits to clamp the camera movement.

unity-cameracontroller's People

Contributors

ivanrgoliveira avatar

Stargazers

 avatar ThomasBergersen avatar Jason Craft avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.