snozbot / fungus

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

Add Support for Obsolete attribute #886

Closed stevehalliwell closed 4 years ago

stevehalliwell commented 4 years ago

Can be added to Commands, Variables, and EventHandlers. Resulting in a warning box when using them and showing a yellow [DEP] prefacing them. Add Obsolete to iTween tween commands that have existing LeanTween alternates

Description

Closes #858