snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.59k stars 291 forks source link

[WIP]Orthographic Camera Utility, New Command #1016

Open breadnone opened 2 years ago

breadnone commented 2 years ago

Description

Orthographic camera utility command.

These are the features:

~~- Camera Shake Slightly different behavior that the existing one. It looks much more natural.~~ Removed, Fungus has this already

What is the current behavior?

We don't have this type of command yet.

What is the new behavior?

Users can have freedoms to make their game without having to add custom scripts attached to a camera. Should make their game more maintainable especially if vscripting is their only goto.

Also, it urges people to make other type of games because in my humble opinion, Fungus is more than just a dialogue system in Unity.

Important Notes

Note:

  1. One camera can have multiple instances tied to this command except CameraFollow and Drag. These two can't and won't be combined together for obvious reason!

Other information

To do:

This is pretty much WIP. Inputs and suggestions are welcome. Thanks!