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
lealeelu
91413d0332
Fix content position bug
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
Nilihum
ac1ea50e4e
Delete test
8 years ago
Nilihum
fd1c141426
Create test
8 years ago
Nilihum
6ba3850c52
Delete ReadMe.txt
...
Obsolete and incorrect
8 years ago
Nilihum
1d5154d590
Delete Playmaker Integration 08-March-2017.unitypackage
...
Obsolete package
8 years ago
Nilihum
19c7e78208
Add files via upload
8 years ago
lealeelu
2aeec43f36
Change to Menu Icon
8 years ago
lealeelu
ee582bc857
Fix Narrative Log when switching character dialogs
8 years ago
lealeelu
7632c5a9db
Fix scrolling by putting it in another panel
8 years ago
lealeelu
9351646329
Rename example to NarrativeLog
8 years ago
lealeelu
1994afbdb4
Add auto scrolling
8 years ago
lealeelu
f3d92b8574
Scrolling almost fixed
8 years ago
lealeelu
a562d2897a
Move addline to dosay
8 years ago
lealeelu
b083bb0c7f
Add ease
8 years ago
lealeelu
ff7369f5d3
Add option to show previous lines
8 years ago
lealeelu
8b06f173d2
Add option to disable menu
8 years ago
lealeelu
12fc2081f5
Separate NarrativeLogMenu from SaveMenu
8 years ago
lealeelu
9ecbf321f2
Use signals to notify Narrative log update
8 years ago
lealeelu
d28cd2ea88
Make NarrativeLog saving work
...
- Changed the name of the HistoryManager to NarrativeLog
- Created the SaveReset SaveManagerSignal but it needs to be tied in
- Made the PrettyPrint only show previous logs, not the current dialog.
8 years ago
lealeelu
7fb0644300
Add Narrative Log to save menu
8 years ago
Christopher
c02eda3b81
Fixed can't use FungusLua separately to rest of Fungus #596
8 years ago
morningfungame
0cc280cddb
Add portrait DimColor
8 years ago
Christopher
b4ebe88bb3
Fixed SayDialog not caching all Substitution Handlers when enabled #599
8 years ago
Christopher
87774219f3
Renamed Both mode to BlockNameAndCustom in SavePoint command
8 years ago
Christopher
8f71e11880
Added utility to convert all files to Mac line endings
8 years ago
Wilson Wong
c6d95074fd
New Keymode, use both block name and custom key.
...
You can now use both the keymodes, which will produce something like <Block Name>_<Your Custom Key>. You can even specify the character that separates the two.
8 years ago
Christopher
6f9385cc22
Fixed Write command "Clear Text" option not working #594
8 years ago
Christopher
47eae05b5a
Variable substitution works in Set Variable (String) command
8 years ago
lealeelu
0a0bbfa3b6
Stops Conversation Audio
8 years ago
Christopher
499328efa1
Fixed failing tests
8 years ago
Christopher
9dd801d0f7
Support use of \n newline character in Say and Conversation text
8 years ago
lealeelu
354ff1c120
fix portrait hide bug in conversation
8 years ago
Christopher
d4b0f45ade
Added Delete Save Data button to Save Menu inspector.
8 years ago
Christopher
1ab555308d
Updated changelog
8 years ago
Christopher
284f408ef5
Updated docs for Save Data Key
8 years ago
Christopher
7294c7810e
Exposed Save Data key to support multiple game save files in the same project
8 years ago
Christopher
819b6c52c7
Added custom editor for Save Point Loaded event handler
8 years ago
Christopher
798f2458cf
Add properties to control LuaEnvironment debug server
8 years ago
Christopher
d3ed078c9e
Added description fields to Invoke Event and Invoke Method
8 years ago
Christopher
e7d92c9c15
Updated changelog
8 years ago
Christopher
6b5eff338d
Fix for start point not being executed on startup.
8 years ago
Christopher
19edf578d7
Fixed centered text shifts position when written by Say command #569
8 years ago
Christopher
1e067a01fa
Fixed Say text appears for single frame when using Say command #575
8 years ago
Christopher
eabbed3e7a
Fixed MenuDialog Lua Bug #565
8 years ago
Christopher
211b197f77
Fixed using say in lua doesn't automatically spawn an EventSystem #571
8 years ago