Some of my students asked for a way to bound the camera follow scripts with limits.
I've created a tool which generates a rectangle to set camera bounds for the current level. It could useful when scene contains begin/end spots. It should respect camera aspect ratio.
Here's an example of how it works (playmode is active) :
If you think it's not too complicated for your students, you can integrate it into the main project. And I can improve it if it's not intuitive enough.
Thanks for the great contribution, Arche-san! I merged it. I just made a couple of changes to the wording (like Left/Right instead of xMin/xMax, etc.).
Just in time to make it to the documentation!
Hey!
Some of my students asked for a way to bound the camera follow scripts with limits.
I've created a tool which generates a rectangle to set camera bounds for the current level. It could useful when scene contains begin/end spots. It should respect camera aspect ratio.
Here's an example of how it works (playmode is active) :
If you think it's not too complicated for your students, you can integrate it into the main project. And I can improve it if it's not intuitive enough.
Cheers! :)