I'm looking for a tutorial how I have to setup the cam as 2.5D cam , when player movement is set to point and click. I mean there is one tutorial from Chris, as a Video tutorial, but I can't find it! I need a little help how to setup the Game Camera script for cursor influence, X-axis movement and so on.
Thank you for your hints and help.
Best Regards Bernd
Comments
In order to make use of those features, you can instead use a regular 3D GameCamera in your scene. The prefab can be found in /Assets/AdventureCreator/Camera/GameCamera.
You'll then need to place your background into the scene as a sprite. You can then attach the Align To Camera and the Limit Visibility components to it in order to make it work with your new GameCamera - both of these components are covered in the video tutorial.