chrisgregan
a64ef3c67b
Added Set Sorting Layer command
...
Applies to all Renderers (incl. Mesh & Sprite)
9 years ago
chrisgregan
ce0f9e2daa
Fixed: Draggable objects don't return to start pos if drag completes #130
9 years ago
chrisgregan
f91d12ba4b
Added NullTargetCheck() to catch cases of orphaned command editors
9 years ago
chrisgregan
1a1f8bca19
Added Set Sprite Order command
...
https://trello.com/c/5yZ88Rh0
9 years ago
chrisgregan
407d13f4ca
Added Set Mouse Cursor command and drag and drop support
9 years ago
chrisgregan
dce46e416b
Adding Set Draggable command causes null exception error #111
...
Fixed a second bug around tags
10 years ago
chrisgregan
6b3d0a5538
Adding Set Draggable command causes null exception error #111
10 years ago
chrisgregan
e44c1332d6
Added target tag property to Set Collider #105
10 years ago
chrisgregan
3e3359bc7f
Fix iTween overriding position when dragging an object #107
10 years ago
chrisgregan
84a13a00fa
Add Set Collider command #105
10 years ago
chrisgregan
0e1208fd07
Added missing tooltips for Commands and Event Handlers
10 years ago
chrisgregan
4cc04e5546
Added some missing command tooltips
10 years ago
chrisgregan
350935812d
Improved reference doc export
...
Tweaks to make exported reference files work nicely on Github wiki
10 years ago
chrisgregan
f9e2f61e01
Added missing tooltip
10 years ago
chrisgregan
ced8467d27
Fixed Fade Sprite null reference error if no sprite selected
10 years ago
chrisgregan
1e4434eedc
Improve readability of Event Handler blocks #95
...
Renamed Object Enabled to Flowchart Enabled.
Added summary strings to event handlers where appropriate.
Updated all example scene to reflect new layout of Event Handler blocks.
10 years ago
chrisgregan
535ce1ff9b
Added missing meta file
10 years ago
chrisgregan
7900965cbd
Changed SetCollider2D to SetClickable2D
...
It makes more sense to disable the click event messaging than to
disable the physics object.
10 years ago
chrisgregan
5a931441d4
Merge branch 'Rename-core-classes'
10 years ago
chrisgregan
cc8762747d
Split Fungus create menu items into groups
10 years ago
chrisgregan
810131fa9d
Move Fungus menu items to Tools / Fungus #93
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
5d0e7ac167
Fixed issue with dragging an object while tweening
10 years ago
chrisgregan
e3a58966d2
Setting Draggable2D drag enabled to false doesn't stop mouse up events #87
...
Handler methods now early out if dragEnabled is false.
10 years ago
chrisgregan
5a18ddfb41
Upgraded to Unity 5
...
Also updated Sherlock example game
10 years ago
chrisgregan
ed02ab0505
Added command to disable Clickable2D component #83
10 years ago
chrisgregan
0803b8b73a
Fix #71 Hide Fungus commands, event handlers, etc. in Component menu
10 years ago
chrisgregan
2e3e550bc0
Changed DragTargetSprite prefab sprite to full alpha
10 years ago
chrisgregan
671acdc600
Fungus prefabs now spawn in centre of scene view
10 years ago
chrisgregan
5e47179899
Dragged objects do not return to start position if drag action
...
completes.
10 years ago
chrisgregan
e066f9c2d8
Fixed DragCompleted handlers firing incorrectly.
10 years ago
chrisgregan
9b265f7860
Added clickable and draggable prefabs and menu items
10 years ago
chrisgregan
5f6ce88506
Reorganized Commands and EventHandlers under Scripts folders
10 years ago
chrisgregan
e861cf1d9c
Added drag and drop and clickable sprite support
...
Added DragAndDrop example scene
Added Clickable2D and Draggable2D components to make sprites clickable
and draggable.
Added event handlers which list for events from the Clickable2D and
Draggable2D components.
10 years ago
chrisgregan
8202660c82
Changed Fungus project over to use text assets for easier diffing & merging
10 years ago
chrisgregan
d50121506e
Added simple clickable sprite script & prefab
10 years ago
chrisgregan
8c795496d5
Instantiate prefabs correctly (maintaining link)
10 years ago
chrisgregan
6e18bbd619
Added Camera & Sprite menu items
10 years ago
chrisgregan
e39ac81579
Added protected and virtual to all remaining classes
10 years ago
chrisgregan
e420ef798e
Added a simple background image prefab
10 years ago
chrisgregan
3c61965afd
Added background prefab & SetActive command
10 years ago
chrisgregan
95a5f79b9c
Renamed Fungus.Script namespace to Fungus
10 years ago
chrisgregan
62aaaf6011
Renamed FungusCommand to Command
10 years ago
chrisgregan
dbae4165aa
Added Animator Parameter commands & fixed parallax
10 years ago
chrisgregan
70c8bfc678
Added animator parameter commands
10 years ago
chrisgregan
0b3b23d7c6
Added ShowSprite command. Moved mushroom sprites to FungusScript
10 years ago
chrisgregan
3961d6953f
Lock button for Fungus Script window. Fungus script icon.
10 years ago
chrisgregan
db928d3a33
Command colours are specified in a virtual function
10 years ago
chrisgregan
716e883ef2
Added command button colours
10 years ago
chrisgregan
74db43f463
Unified CommandInfo attribute
10 years ago