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

Camera Fade needs to be cleared before called #990

Closed stevehalliwell closed 3 years ago

stevehalliwell commented 3 years ago

Fixes stack overflow recusion bug when fades are called in a cascading/overlapping fashion.

closes #973

puetsua commented 3 years ago

Cool. Can confirm the patch also works on my part!