Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alelievr authored Jan 20, 2021
1 parent 5c7938c commit e375cc7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# MasterUnityHandles
Unity custom handles examples, more information here: [Mastering UnityEditor Handles
](https://connect.unity.com/p/mastering-unityeditor-handles)
](https://github.com/alelievr/MasterUnityHandles/wiki)

### Curve Handle
A Handle for [AnmationCurve](https://docs.unity3d.com/ScriptReference/AnimationCurve.html)\
![](https://image.noelshack.com/fichiers/2017/47/4/1511475029-ezgif-com-optimize.gif)
![](https://image.noelshack.com/fichiers/2017/47/4/1511467440-screen-shot-2017-11-23-at-9-03-20-pm.png)\
![](https://image.noelshack.com/fichiers/2017/47/4/1511469894-r2.png)\
A Handle for [AnmationCurve](https://docs.unity3d.com/ScriptReference/AnimationCurve.html)
![](https://github.com/alelievr/MasterUnityHandles/wiki/images/header.png)
![](https://image.noelshack.com/fichiers/2017/47/4/1511467440-screen-shot-2017-11-23-at-9-03-20-pm.png)
![](https://image.noelshack.com/fichiers/2017/47/4/1511469894-r2.png)

## Keyframe Handle
A Handle for [AnmationCurve](https://docs.unity3d.com/ScriptReference/AnimationCurve.html)'s [keyframes](https://docs.unity3d.com/ScriptReference/Keyframe.html)\
A Handle for [AnmationCurve](https://docs.unity3d.com/ScriptReference/AnimationCurve.html)'s [keyframes](https://docs.unity3d.com/ScriptReference/Keyframe.html)
![](https://image.noelshack.com/fichiers/2017/47/4/1511467662-screen-shot-2017-11-23-at-9-04-16-pm.png)


## Free 2D Move Handle
A handle that can be moved on a rotated plane\
A handle that can be moved on a rotated plane
![](https://image.noelshack.com/fichiers/2017/47/4/1511467662-screen-shot-2017-11-23-at-9-05-54-pm.png)

## Custom Snap handle tool
Add a snap option (cylinders on each axis) to the default move tool\
![](https://image.noelshack.com/fichiers/2017/47/6/1511613729-screen-shot-2017-11-25-at-1-33-08-pm.png)
Add a snap option (cylinders on each axis) to the default move tool
![](https://github.com/alelievr/MasterUnityHandles/wiki/images/SnapTool.webp)

0 comments on commit e375cc7

Please sign in to comment.