suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
48 stars 11 forks source link

How do change default Zoom? #2399

Closed anthonyselias closed 8 months ago

anthonyselias commented 8 months ago

I want to change the default zoom orientation for new players to be all the way out. I tried reading the documentation for the kit, but i dont see anything written about it. I also tried seeing if its stored in the database, but i think its locally saved. How do I add the zoom orientation to be all the way out for new players? thanks

https://github.com/suriyun-production/mmorpg-kit-docs/assets/134556081/58117e3a-9a1b-4cab-b2c2-4f02c221a347

Niinra commented 8 months ago

I want to change the default zoom orientation for new players to be all the way out. I tried reading the documentation for the kit, but i dont see anything written about it. I also tried seeing if its stored in the database, but i think its locally saved. How do I add the zoom orientation to be all the way out for new players? thanks

screen-20240130-203740.mp4

Wherever I mark you, look for the controller you have image

I imagine this is your controller you select where I marked you go to the camera and change the zoom option

image

change zoom: image

anthonyselias commented 8 months ago

thank you!