desktop-maesty/steve
0b81c75e2e
Added ability to show variable list in the Flowchart Inspector
...
-Refactored DrawVariablesGUI
-Added bool to FungusEditorPreferences, that hides the variable list in the flowchart inspector
7 years ago
desktop-maesty/steve
cc7bbf0db1
GetCommandInfo returns the highest priority CommandInfo to better support multiple names while maintaining what is shown in the inspector
7 years ago
desktop-maesty/steve
b209d4fcd2
Allow multiple CommandInfos to be added to a class
...
SpawnObject can now also be found under GameObject/Instantiate
7 years ago
desktop-maesty/steve
2b4761c6b5
SaveManager now uses json files in a FungusSaves sub directory for all platforms but webplayer & webgl which still use playerprefs
7 years ago
Chris Gregan
8eeb63ad99
Fixed typo in BlockEditor.BlockField() #633
7 years ago
Chris Gregan
ad8b13862a
Added SpeakingCharacter property to SayDialog
7 years ago
desktop-maesty/steve
75b2128375
Updated Doxyfile
...
-Now Fungus 3.6.1
Updated Docs for Commands and Event Handlers
-Added Monobeh events
-Added Math commands
-Added LeanTween commands
-Moved to separate top level side bar menus
Refactor Trig.cs to use common base class
Moved all MonoBeh Event Handlers to appropriate folder
7 years ago
Chris Gregan
73a179484c
Fixed custom editor for ElseIf command #630
7 years ago
Chris Gregan
f7102ecf46
Updated to Unity 2017.1
7 years ago
desktop-maesty/steve
7c57d8c9a8
Added Fungus Commands for most of MathF
...
Added Math demo scene
7 years ago
desktop-maesty/steve
c8ecbce079
Added MonoBeh fungus event handlers and physics demo scene
7 years ago
desktop-maesty/steve
393dc751ba
Added Basic LeanTween Commands
7 years ago
Brahim Hadriche
e58c910b69
fixes #612
7 years ago
desktop-maesty/steve
8765f7ea4e
Remove commented out code
7 years ago
desktop-maesty/steve
57d2c71341
Changed icon loading to be FungusEditorResources
...
Added fungus_mushroom to EditorResources
Added Fungus to Editor->Preferences-Fungus
-Added ability to toggle off the fungus icon in the hierarchy in case it conflicts with other tools or is just undesired
7 years ago
desktop-maesty/steve
d32c31aa74
Added script to show fungus icon in the hierarchy
7 years ago
desktop-maesty/steve
1bbb8da1c3
Added logic to handle destroying the blockdrawers when the target flowchart changes underneath them.
...
-A nuclear option perhaps but solves Prefab Variable Dereferencing #618
7 years ago
desktop-maesty/steve
6eae87c4dc
Missed check
7 years ago
desktop-maesty/steve
8a2d2b4c65
CommandByName text enter caches command for next frame to be added during the normal keyboard input section to avoid those events being eaten by other parts of the gui and us playing nice with what Unity GUILayout expects
7 years ago
desktop-maesty/steve
c8f8bf4d8b
Smarter split actually being tested now
...
Remove attempt to keep index in command list as it is not required for this feature and is causing an exception due to unmatched GUILayouts
7 years ago
desktop-maesty/steve
c14363f327
Comments added to clarify filter conditions on preview commands
...
Limit the number of suggested commands and show elipsis if there are more than that
7 years ago
desktop-maesty/steve
08e7f8d311
Working command list preview and navigable via arrow keys and confirmable via Enter/Return
7 years ago
desktop-maesty/steve
a2d1c7392e
Can now filter more intelligently
...
-Can add the command by hitting enter if there is exactly 1 of them
7 years ago
desktop-maesty/steve
285b229446
Show results of partial match
...
-requires case independance and a way to actually confirm it
7 years ago
desktop-maesty/steve
0a42c8c48d
Started refactor and work on textfield for typing command name in block editor
7 years ago
Christopher
08ee94bf2a
Updated change log
8 years ago
Christopher
367f0527f4
Replaced slow calls to FindObjectOfType() and FindDerivedTypes()
8 years ago
Christopher
928089dd14
Small tweaks to changelog
8 years ago
Christopher
2014a71e75
Updated changelog for v3.6.0
8 years ago
Christopher
b8a96bef8a
Fixed Localization only localizes character name, not story text #611 , #614
...
Wasn’t able to replicate this, but I think it was an issue around
caching SubstitutionHandlers. I’ve changed this system to use a static
list that each substituter registers / unregisters with on OnEnable /
OnDisable. Should be more robust now.
8 years ago
Christopher
7c955e8f79
SaveMenu instance in example scene is now a prefab instance.
8 years ago
Christopher
64d3648fdc
Fixed Save Menu: clicking to left of collapsed menu clicks hidden buttons #615
8 years ago
Christopher
d16be4febf
Update settings for latest Unity
8 years ago
Christopher
ebd5776b27
Fixed luautils won't work on FungusLua standalone #604
8 years ago
Christopher
05bf42fdd7
Stop a named Block in a Flowchart
8 years ago
Conrad Kreyling
a17cfe2aac
break conditionals out to allow for reused code in LuaIf
8 years ago
Christopher
7dacaa70d9
Fixed Cmd+Left Click doesn't register as right click on OSX #595
8 years ago
Christopher
8d81173ffc
Fixed can't inspect disabled Flowchart #598
8 years ago
Christopher
68bec7e593
Added getter to FadeWhenDone property
8 years ago
Conrad Kreyling
56b86c20ca
Make additional methods in SayDialog virtual
...
Makes the following methods virtual in SayDialog:
- Awake
- OnDestroy
- GetWriter
- GetCanvasGroup
- GetWriterAudio
- Start
- OnEnable
8 years ago
Christopher
85b4038f19
Updated project to Unity 5.6.0, fixed some warnings.
8 years ago
Christopher
bd2520fbf1
Updated meta files
8 years ago
Nilihum
971bbaee87
Adding missing Playmaker Global Variables
8 years ago
Nilihum
741a2bec71
Delete Fungus-Playmaker Scripts.unitypackage
8 years ago
Nilihum
5c0022ca74
Add files via upload
8 years ago
Nilihum
7033efe85b
Delete Fungus-PlayMaker.unitypackage
8 years ago
Nilihum
60d44888e1
Add files via upload
...
So I've managed to write a script that allows you to write Fungus variable values into Playmaker global variables, but here's the catch. The script doesn't read in variables from a flowchart to copy over, it just reads them in from the inspector. I've managed to find a way to read in Strings from the flowchart, but not ints, floats or booleans. I checked the tutorial video[1] for reading variable values from the flowchart, but the tutorial only deals with hard coding the name of the variable you want to read in. Any advice that could help me fix this would be greatly appreciated.
[1]https://youtu.be/uRh7INbed2I?t=1219
8 years ago
Nilihum
09422a3bd1
Delete Playmaker-Fungus Integration
8 years ago
Nilihum
0c942bf2b1
Add files via upload
...
Fixed ReadMe file. (Added install instructions and playmaker explanation)
Package and readme are now inside folder.
Unable to set Playmaker variables to [SerializeField] protected, they must be public
Methods now have same capitalization style
8 years ago
Nilihum
768122b101
Playmaker-Fungus Integration
...
A series of scripts that allow Fungus and Playmaker to pass variables, execute blocks and trigger global events
8 years ago