
Hello, can you show some example how to fire from...
hello, can you show some example how to fire from aiming state and then zoom weapon and fire through the fly of the weapon?
Answer

I've created a new topic from your question. Please make sure to create separate topics for each questions. This will help us keep things organized.
Regarding your question, it's quite easy! For example, imagine you want to zoom in using the O key and zoom out using the L key (you can later customize these with the keys you want). All you need to do is change the Field of View of the camera to simulate the zoom in/out.
To do so, simply create a Trigger On Key Down with the O option selected. Make it call the Action "Camera FOV". FOV means Field of View.
The default Field of View is 60. Changing it to 30 means it will squeeze the scene elements to fit inside your frustum. This means that everything appears closer, but you loose the sense of depth. This is exactly how lenses work.
So to zoom in, use the Action Camera FOV with a value of 30, and to zoom out, a value of 60. Hope this helps!
Customer support service by UserEcho
I've created a new topic from your question. Please make sure to create separate topics for each questions. This will help us keep things organized.
Regarding your question, it's quite easy! For example, imagine you want to zoom in using the O key and zoom out using the L key (you can later customize these with the keys you want). All you need to do is change the Field of View of the camera to simulate the zoom in/out.
To do so, simply create a Trigger On Key Down with the O option selected. Make it call the Action "Camera FOV". FOV means Field of View.
The default Field of View is 60. Changing it to 30 means it will squeeze the scene elements to fit inside your frustum. This means that everything appears closer, but you loose the sense of depth. This is exactly how lenses work.
So to zoom in, use the Action Camera FOV with a value of 30, and to zoom out, a value of 60. Hope this helps!