Steve Halliwell
ef380c1bce
Change Conversation Character Find
...
Previous method used exclusively StartsWith to find matching character, change to using an exact match with fallback to partial, warning user if partial is used.
Fix #854
4 years ago
Christopher
c980b9d58e
Added Conversation example
8 years ago
Christopher
98d8fd089e
Clickable2D and Dragable2D components can now use legacy input or EventSystem events / recasts.
...
Added DragAndDrop(EventSystem) example scene to show how to use the EventSystem option.
8 years ago
Christopher
99ab04c44f
Added LuaStore example
9 years ago
Chris Gregan
4bfaad2004
Added pr changes to new branch
9 years ago
chrisgregan
6996bdd441
Added Fungus-Spine unity package and readme
9 years ago
chrisgregan
db02c42554
Moved CSVParser to thirdparty folder
10 years ago
chrisgregan
f2786e7255
Unified Fungus object spawning method
...
Moved Prefabs to Resources folders so they can be easily loaded using
Resources.Load
10 years ago
chrisgregan
5e21f98bb7
Undo doesn't work on FungusScripts created from GameObject menu #91
...
Fix was to make a FungusScript prefab and spawn it the same way as all
other prefabs.
10 years ago