forked from snozbot/fungus
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating develop branch on my end #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SayDialog's WriterAudio now uses the sources provided by the speaking character or the defaults from the MusicManager. Fix // summary error in scripts Add Character variable type and PropertyCommand
Add initial input system driven handlers Start support for InputSystem in Fungus components
Fix Variable ToSummary to null check before returning data summary
Add get logic to SetSliderValue Related to ongoing request for interaction between ui elements and Fungus.
Uses added audio commands and some variable data types. Add waits on snapshottransition commands.
New InputSystem logic updates within existing Fungus systems.
Fixed issue with variables being modified when the key isn't valid
Portrait Move To Front Fixed
Change portrait move to front to operate on holder rather than image Bump Unity bugfix version
CommandListAdapter items and Blocks in flowchartwindow have configurable tints in fungus editor preferences
Bump up to Unity 2019.4.11
Add Slider EventHandler
Add Simple Tint preferences
Combines Get and Set commands that existed previously, makes more sense to mirror the behaivour of Fungus Property commands
Enhanced and Expanded Audio Support
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
Add Support for Obsolete attribute
Replace Fungus' internal use of iTween for shakes with a LeanTween based alternative. Add LeanTween based Shake alternates for all iTween shake commands and mark them as Deprecated. Add Shakes to LeanTween FungusExample
EventHandlers GetSummary is now shown in the inspector. Add editor pref to hide eventhandler and command info helpboxes
Update BlockEditor.cs to support up/down key navigation
Add EventHandler Error Box
Add Log of Location for Command Execute Exceptions
Remove dangling endregion from FungusConstants
Remove Input System Command, the overly generic nature of it is too error prone and counter to the event driven desire of the new Input System.
Update readme.md on New InputSystem example with steps to add new Input System and use the demos within.
Feature/new input
Add LeanTween Shake alternatives
Added missing Object drawer
Bump unity lts bugfix version
Remove bespoke exception handling in cases where block command catch can do it better.
…eption Add info to logerror for InvokeMethod Awake
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updating