-
-
Save HiWill/d6073b91a1f6dcce85a4 to your computer and use it in GitHub Desktop.
Revisions
-
terrehbyte revised this gist
Mar 24, 2015 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -71,6 +71,11 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit [Code](https://github.com/nickgravelyn/UnityToolbag) ### Super Character Controller - Erik Roystan Ross A custom character controller with more better collision resolution for player-controller rigid bodies. [Code](https://roystanross.wordpress.com/downloads/) ## API Wrappers ### Google Play Game Services - Google Play - playgamesservices "The Google Play Games plugin for Unity® is an open-source project whose goal is to provide a plugin that allows game developers to integrate with the Google Play Games API from a game written in Unity®. However, this project is not in any way endorsed or supervised by Unity Technologies." -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -39,8 +39,8 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ### KopiLuaInterface - C# Lua Implementation - gfoot "This is a combination of LuaInterface 2.0.3 (Using https://github.com/stevedonovan/MonoLuaInterface) with KopiLua 0.1. The idea is to provide a pure C# Lua suite for maximum portability in environments like Unity and XNA." [Code](https://github.com/gfoot/kopiluainterface) [Releases](https://github.com/gfoot/kopiluainterface/releases) ### LibNoise.Unity "Coherent noise library for Unity, a port of LibNoise" @@ -51,14 +51,14 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ### InControl - X-Platform Input Manager - pbhogan "InControl is an input manager for Unity3D that standardizes input mappings across various platforms for common controllers." [Code](https://github.com/pbhogan/InControl) [Releases](https://github.com/pbhogan/InControl/releases) ### StrangeIOC - IoC for Unity3D C# - strangeioc "Strange is a super-lightweight and highly extensible Inversion-of-Control (IoC) framework, written specifically for C# and Unity. We've validated Strange on web, standalone, and iOS, and Android." [Code](https://github.com/strangeioc/strangeioc) [Releases](https://github.com/strangeioc/strangeioc/releases) ### TouchKit - Touch Gesture Management - prime31 "TouchKit aims to make touch handling in Unity more sane. Touches in TouchKit are actual objects as opposed to Structs like Unity uses by default. The advantage to this is that touch tracking becomes orders of magnitude more simple." -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,10 +11,10 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ### MaterialUI - Material Design UI - InvexGames  [Code](https://github.com/InvexGames/MaterialUI) [Releases](https://github.com/InvexGames/MaterialUI/releases) ### Unity Sprites and Bones - Skeletal Sprites - Banbury "This is an addon for Unity 3D to create 2D skeletal sprite animations. With the addon its possible to add bone hierarchies directly in the Unity Editor. Sprites can the parented to the bones. The bones can be animated like any other GameObject in the animator window. Inverse Kinematics is also available and animatable. The bones can also be used to animate any GameObject other than sprites like meshes or particle systems." -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,21 @@ # Useful Open-Source Unity Assets This is a compilation of various open-source Unity plugins, codebases, or utility scripts that may aid in expediting the development process. ## Art / Design Tools ### ProbePolisher - Light Probe Editor - keijiro "**ProbePolisher** is a Unity Editor plugin for editing light probes. It works both on Unity Basic (free) and Unity Pro." [Code](https://github.com/keijiro/ProbePolisher#probepolisher) [Releases](https://github.com/keijiro/ProbePolisher#probepolisher/releases) ### MaterialUI - Material Design UI - InvexGames  [Code](https://github.com/InvexGames/MaterialUI) [Releases](https://github.com/InvexGames/MaterialUI/releases) ### Unity Sprites and Bones - Skeletal Sprites - Banbury "This is an addon for Unity 3D to create 2D skeletal sprite animations. With the addon its possible to add bone hierarchies directly in the Unity Editor. Sprites can the parented to the bones. The bones can be animated like any other GameObject in the animator window. Inverse Kinematics is also available and animatable. The bones can also be used to animate any GameObject other than sprites like meshes or particle systems." -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 6 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit [Code](https://github.com/Banbury/UnitySpritesAndBones) [Releases](https://github.com/Banbury/UnitySpritesAndBones/releases) ### Lux - PBS in Unity - larsbertram69  @@ -24,18 +24,18 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ## Coding Tools ### BulletMLLib - BulletML XML Reader - pixelnest "This is a [Unity 4.3 compatible] fork of the dmanning23's BulletMLLib." [Code](https://github.com/pixelnest/BulletMLLib) ### KopiLuaInterface - C# Lua Implementation - gfoot "This is a combination of LuaInterface 2.0.3 (Using https://github.com/stevedonovan/MonoLuaInterface) with KopiLua 0.1. The idea is to provide a pure C# Lua suite for maximum portability in environments like Unity and XNA." [Code](https://github.com/gfoot/kopiluainterface) [Releases](https://github.com/gfoot/kopiluainterface/releases) ### LibNoise.Unity "Coherent noise library for Unity, a port of LibNoise" [Code](https://github.com/ricardojmendez/LibNoise.Unity) @@ -86,6 +86,8 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ## Utilities To be added. ## Editor Tools ### Property-Drawer-Collection - draws properties - anchan828 "カスタムプロパティの作品集" -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 18 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,6 +23,18 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit [Releases](https://github.com/larsbertram69/Lux/releases) ## Coding Tools ## BulletMLLib - BulletML XML Reader - pixelnest "This is a [Unity 4.3 compatible] fork of the dmanning23's BulletMLLib." [Code](https://github.com/pixelnest/BulletMLLib) ## KopiLuaInterface - C# Lua Implementation - gfoot "This is a combination of LuaInterface 2.0.3 (Using https://github.com/stevedonovan/MonoLuaInterface) with KopiLua 0.1. The idea is to provide a pure C# Lua suite for maximum portability in environments like Unity and XNA." [Code](https://github.com/gfoot/kopiluainterface) [Releases](https://github.com/gfoot/kopiluainterface/releases) ## LibNoise.Unity "Coherent noise library for Unity, a port of LibNoise" @@ -35,6 +47,12 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit [Code](https://github.com/pbhogan/InControl) [Releases](https://github.com/pbhogan/InControl/releases) ### StrangeIOC - IoC for Unity3D C# - strangeioc "Strange is a super-lightweight and highly extensible Inversion-of-Control (IoC) framework, written specifically for C# and Unity. We've validated Strange on web, standalone, and iOS, and Android." [Code](https://github.com/strangeioc/strangeioc) [Releases](https://github.com/strangeioc/strangeioc/releases) ### TouchKit - Touch Gesture Management - prime31 "TouchKit aims to make touch handling in Unity more sane. Touches in TouchKit are actual objects as opposed to Structs like Unity uses by default. The advantage to this is that touch tracking becomes orders of magnitude more simple." -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 28 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,6 +23,12 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit [Releases](https://github.com/larsbertram69/Lux/releases) ## Coding Tools ## LibNoise.Unity "Coherent noise library for Unity, a port of LibNoise" [Code](https://github.com/ricardojmendez/LibNoise.Unity) [Releases](https://github.com/ricardojmendez/LibNoise.Unity/releases) ### InControl - X-Platform Input Manager - pbhogan "InControl is an input manager for Unity3D that standardizes input mappings across various platforms for common controllers." @@ -40,6 +46,19 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit [Code](https://github.com/nickgravelyn/UnityToolbag) ## API Wrappers ### Google Play Game Services - Google Play - playgamesservices "The Google Play Games plugin for Unity® is an open-source project whose goal is to provide a plugin that allows game developers to integrate with the Google Play Games API from a game written in Unity®. However, this project is not in any way endorsed or supervised by Unity Technologies." [Code](https://github.com/playgameservices/play-games-plugin-for-unity) [Releases](https://github.com/playgameservices/play-games-plugin-for-unity/releases) ### OpenIAB - Handles In-App Billing APIs - onepf "The Google Play Games plugin for Unity® is an open-source project whose goal is to provide a plugin that allows game developers to integrate with the Google Play Games API from a game written in Unity®. However, this project is not in any way endorsed or supervised by Unity Technologies." [Code](https://github.com/playgameservices/play-games-plugin-for-unity) [Releases](https://github.com/playgameservices/play-games-plugin-for-unity/releases) ## Modding Tools ### OpenEd - Unity Game Level Editor - mrzapp "This is a plugin for building level editors for Unity games. It lends a few design choices from the Unity editor itself, but has some more tricks up its sleeve." @@ -50,6 +69,15 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ## Utilities ## Editor Tools ### Property-Drawer-Collection - draws properties - anchan828 "カスタムプロパティの作品集" [Code](https://github.com/anchan828/property-drawer-collection) ### Chest Of Property Drawers - draws properties - tenpn "A collection of open-source Unity3D property drawers ... Property drawers are a new feature in Unity 4 to help you make custom inspectors without writing editor code." [Code](https://github.com/tenpn/ChestOfPropertyDrawers) # Sources - [Useful Github Repos for Unity](http://forum.unity3d.com/threads/useful-github-repos-for-unity.258224/) - Unity Community Forums -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,13 @@ This is a compilation of various open-source Unity plugins, codebases, or utility scripts that may aid in expediting the development process. ## Art Tools ### ProbePolisher - Light Probe Editor - keijiro "**ProbePolisher** is a Unity Editor plugin for editing light probes. It works both on Unity Basic (free) and Unity Pro." [Code](https://github.com/keijiro/ProbePolisher#probepolisher) [Releases](https://github.com/keijiro/ProbePolisher#probepolisher/releases) ### Unity Sprites and Bones - Skeletal Sprites - Banbury "This is an addon for Unity 3D to create 2D skeletal sprite animations. With the addon its possible to add bone hierarchies directly in the Unity Editor. Sprites can the parented to the bones. The bones can be animated like any other GameObject in the animator window. Inverse Kinematics is also available and animatable. The bones can also be used to animate any GameObject other than sprites like meshes or particle systems." -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,6 +30,7 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ### UnityToolbag - Solves Common Gripes - nickgravelyn "This repo is a host for any little Unity scripts I write that are simple and easy for others to leverage. Each folder has its own README to explain the usage in more depth than here. All scripts are being written with the latest Unity 4.3 and may or may not work in earlier versions." [Code](https://github.com/nickgravelyn/UnityToolbag) ## Modding Tools -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,15 +5,15 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ### Unity Sprites and Bones - Skeletal Sprites - Banbury "This is an addon for Unity 3D to create 2D skeletal sprite animations. With the addon its possible to add bone hierarchies directly in the Unity Editor. Sprites can the parented to the bones. The bones can be animated like any other GameObject in the animator window. Inverse Kinematics is also available and animatable. The bones can also be used to animate any GameObject other than sprites like meshes or particle systems." [Code](https://github.com/Banbury/UnitySpritesAndBones) [Releases](https://github.com/Banbury/UnitySpritesAndBones/releases) ## Lux - PBS in Unity - larsbertram69  [Code](https://github.com/larsbertram69/Lux) [Releases](https://github.com/larsbertram69/Lux/releases) ## Coding Tools ### InControl - X-Platform Input Manager - pbhogan @@ -30,7 +30,7 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ### UnityToolbag - Solves Common Gripes - nickgravelyn "This repo is a host for any little Unity scripts I write that are simple and easy for others to leverage. Each folder has its own README to explain the usage in more depth than here. All scripts are being written with the latest Unity 4.3 and may or may not work in earlier versions." [Code](https://github.com/nickgravelyn/UnityToolbag) ## Modding Tools ### OpenEd - Unity Game Level Editor - mrzapp -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 25 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,33 @@ # Useful Open-Source Unity Assets This is a compilation of various open-source Unity plugins, codebases, or utility scripts that may aid in expediting the development process. ## Art Tools ### Unity Sprites and Bones - Skeletal Sprites - Banbury "This is an addon for Unity 3D to create 2D skeletal sprite animations. With the addon its possible to add bone hierarchies directly in the Unity Editor. Sprites can the parented to the bones. The bones can be animated like any other GameObject in the animator window. Inverse Kinematics is also available and animatable. The bones can also be used to animate any GameObject other than sprites like meshes or particle systems." [Code](https://github.com/Banbury/UnitySpritesAndBones) [Releases](https://github.com/Banbury/UnitySpritesAndBones/releases) ## Lux - PBS in Unity - larsbertram69  [Code](https://github.com/larsbertram69/Lux) [Releases](https://github.com/larsbertram69/Lux/releases) ## Coding Tools ### InControl - X-Platform Input Manager - pbhogan "InControl is an input manager for Unity3D that standardizes input mappings across various platforms for common controllers." [Code](https://github.com/pbhogan/InControl) [Releases](https://github.com/pbhogan/InControl/releases) ### TouchKit - Touch Gesture Management - prime31 "TouchKit aims to make touch handling in Unity more sane. Touches in TouchKit are actual objects as opposed to Structs like Unity uses by default. The advantage to this is that touch tracking becomes orders of magnitude more simple." [Code](https://github.com/prime31/TouchKit) [Releases](https://github.com/prime31/TouchKit/releases) ### UnityToolbag - Solves Common Gripes - nickgravelyn "This repo is a host for any little Unity scripts I write that are simple and easy for others to leverage. Each folder has its own README to explain the usage in more depth than here. All scripts are being written with the latest Unity 4.3 and may or may not work in earlier versions." [Code](https://github.com/nickgravelyn/UnityToolbag) -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ## Art Tools ## Coding Tools ### UnityToolbag - Solves Common Gripes - nickgravelyn "This repo is a host for any little Unity scripts I write that are simple and easy for others to leverage. Each folder has its own README to explain the usage in more depth than here. All scripts are being written with the latest Unity 4.3 and may or may not work in earlier versions." [Code](https://github.com/nickgravelyn/UnityToolbag) -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 9 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,23 @@ # Useful Open-Source Unity Assets This is a compilation of various open-source Unity plugins, codebases, or utility scripts that may aid in expediting the development process. ## Art Tools ## Coding Tools ### UnityToolbag - Useful Scripts for Common Gripes - nickgravelyn "This repo is a host for any little Unity scripts I write that are simple and easy for others to leverage. Each folder has its own README to explain the usage in more depth than here. All scripts are being written with the latest Unity 4.3 and may or may not work in earlier versions." [Code](https://github.com/nickgravelyn/UnityToolbag) ## Modding Tools ### OpenEd - Unity Game Level Editor - mrzapp "This is a plugin for building level editors for Unity games. It lends a few design choices from the Unity editor itself, but has some more tricks up its sleeve." [Code](https://github.com/mrzapp/opened) [Releases](https://github.com/mrzapp/opened/releases) ## Utilities ## Editor Tools # Sources - [Useful Github Repos for Unity](http://forum.unity3d.com/threads/useful-github-repos-for-unity.258224/) - Unity Community Forums -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,8 +9,8 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ### OpenEd - Unity Game Level Editor "This is a plugin for building level editors for Unity games. It lends a few design choices from the Unity editor itself, but has some more tricks up its sleeve." [Code](https://github.com/mrzapp/opened) [Releases](https://github.com/mrzapp/opened/releases) ## Utilities -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,10 +7,10 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ## Modding Tools ### OpenEd - Unity Game Level Editor "This is a plugin for building level editors for Unity games. It lends a few design choices from the Unity editor itself, but has some more tricks up its sleeve." [Code](https://github.com/mrzapp/opened) [Releases](https://github.com/mrzapp/opened/releases) ## Utilities -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,9 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ## Modding Tools ### OpenEd - Unity Game Level Editor ``` This is a plugin for building level editors for Unity games. It lends a few design choices from the Unity editor itself, but has some more tricks up its sleeve. ``` [Github](https://github.com/mrzapp/opened) ## Utilities -
terrehbyte revised this gist
Dec 8, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This is a compilation of various open-source Unity plugins, codebases, or utilit ## Modding Tools ### OpenEd - Unity Game Level Editor ```This is a plugin for building level editors for Unity games. It lends a few design choices from the Unity editor itself, but has some more tricks up its sleeve.``` [Github](https://github.com/mrzapp/opened) ## Utilities -
terrehbyte created this gist
Dec 8, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ #Useful Open-Source Unity Assets This is a compilation of various open-source Unity plugins, codebases, or utility scripts that may aid in expediting the development process. ## Art Tools ## Coding Tools ## Modding Tools ### OpenEd - Unity Game Level Editor ``This is a plugin for building level editors for Unity games. It lends a few design choices from the Unity editor itself, but has some more tricks up its sleeve.``` [Github](https://github.com/mrzapp/opened) ## Utilities ## Editor Tools