Christopher
67adbab9a0
Added open source license header to all source files
9 years ago
Chris Gregan
b09a34b7fc
Null check in SpriteFader
9 years ago
chrisgregan
22e733055e
Draggable sprite anchors at exact point user clicked
9 years ago
chrisgregan
841943490f
SetDraggable2D filename matches class
9 years ago
chrisgregan
4fddc9e420
Replaced serialisation callback due to threading warning
9 years ago
chrisgregan
19dca7e555
Fixed Clickable sprites can be clicked through UI objects #377
9 years ago
chrisgregan
9ee98e5b42
Moved Backwards compatibility region to bottom of source files
9 years ago
chrisgregan
73a44489a7
ShowSprite can use a variable
9 years ago
chrisgregan
e30072ce6b
FadeSprite can use variables
9 years ago
chrisgregan
6dd7c722eb
Added SetDraggable2D command #191
9 years ago
chrisgregan
f1825c59ee
Fixed Show Sprite should affect child sprites #338
9 years ago
chrisgregan
15b26ce60e
Changed move code to use LeanTween instead of iTween
9 years ago
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