All Questions
Tagged with unityscript camera
5 questions
0
votes
0
answers
83
views
Unity: camera moving up and down for no reason
I have a standard camera in my scene. With standard I mean the camera you get when you click right mouse > Camera, with no modification except for the transform position and rotation. Then I attached ...
0
votes
0
answers
205
views
Disable global fog from camera [duplicate]
Does anyone know how to disable global fog from a particular camera?
I have two cameras in my scene; one is a mini map camera, where I need to disable global fog.
I have checked this answer and the ...
0
votes
1
answer
463
views
Camera bounds on different resolutions
I tried to search different solutions but also due to the lack of knowledge in camera handling I found none fitting my needs.
The situation is the following.
I have a 2d game structured in ...
1
vote
1
answer
6k
views
How do I snap the Unity camera to a 2D, tile-based map?
I have a 2D, tile-based map. I want to be able to control the number of visible tiles on the screen vertically and horizontally, regardless of resolution. I want the player to be able to move the ...
0
votes
1
answer
687
views
Free Look Camera Like Arma 2 while pressing ALT [closed]
I'm trying to create a simple script that give me the possibility to rotate the camera while pressing a key. So, in a pseudo-code way, how I can intercept the Input event and limit the player's ...