Skip to content

anton-nesterenko/awesome-unity3d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

awesome-unity3d

A categorized collection of awesome opensource unity3d repos (including with some projects that related to game development)

2D

  • UnityTiled - Editor tools for working with Tiled maps in Unity.
  • Unity2D-Components - A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
  • 2DTileMapLevelEditor - 2D Tile Map Level Editor for Unity

AI

  • Unity Movement AI - A library of common movement AI scripts known as Steering Behaviors. You can use these scripts to help your NPCs move around your game.

Camera

  • Unity Pixel Camera - A resolution independent pixel perfect camera for Unity
  • DeadSimple Pixel-Perfect Camera - An exceedingly easy-to-use pixel perfect orthographic camera script for 2D scenes in Unity. Punch in a few specs and you've got a working pixel perfect camera. It's that easy.

Character Controllers 2D

  • Unity 2D Platformer Controller - A customizable 2D platformer motor that handles mechanics such as double jumps, wall jumps, and corner grabs. Includes a player controlled prefab that can be dropped into any scene for immediate support.
  • CharacterController2D - is similar to the built-in Unity CharacterController component. It has a similar API (mainly a move method that takes a delta movement) and provides a firm base with which to make a super solid controller using Unity's 2D system.
  • Unity 2D Platformer Controller - A customizable 2D platformer motor that handles mechanics such as double jumps, wall jumps, and corner grabs. Includes a player controlled prefab that can be dropped into any scene for immediate support.

Character Controllers 3D

  • SuperCharacterController - Custom Character Controller for Unity. Fulfills all common character controller functions such as collision detection and pushback, slope limiting and collider ignoring.
  • Unity-ThirdPersonController - Third Person Controller for Unity (with custom gravity)

Crypto

Editor

Effect

  • Time Of Day System Free - With this package you can create Basic Day/Night cycle, also it includes a system of curves and gradients to control the parameters of the lighting, sky, moon, stars, fog, etc.
  • Unity 5 Effects - Effect storage space for Unity 5.
  • Outline-Effect - Outline Image Effect for Unity

Framework

Input

  • InputManager - Custom InputManager for Unity
  • InControl - An input manager for Unity that tames the cross-platform controller beast.
  • InputBinder - Easily bind input events to methods in Unity.
  • TouchKit - Gestures and input handling made sane for Unity
  • TouchScript (Recommend) - Complete multitouch solution for Unity: Win8, TUIO, Mobile.

Lua

  • slua (Recommend) - Fastest lua binding via static code generating for Unity3D and mono.
  • xLua (Recommend) - xLua is a hot-fix solution plugin for Unity3D, it supports android, ios, windows, osx, etc.
  • UniLua - A pure C# implementation of Lua 5.2 focus on compatibility with Unity3D.
  • MoonSharp - An interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities

Monetization

  • unity3d-levelup - Unity3D F2P game progression library - worlds, levels, missions, scores, records and more. Part of The SOOMLA Framework - for game design, economy modeling and faster development.
  • unity3d-store - Unity in-app purchase & virtual economy library. Part of The SOOMLA Framework - for game design, economy modeling and faster development.
  • Google Mobile Ads Unity Plugin - Official Unity Plugin for the Google Mobile Ads SDK

Networking

  • UnitySocketIO - socket.io client for unity3d.
  • websocket-sharp - A C# implementation of the WebSocket protocol client and server
  • Hazel-Networking - A low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
  • MassiveNet - Unity3d UDP networking library focused on high-CCU, multi-server architecture.
  • unet-hlapi-manager - The simple network manager based on Unity's NetworkManager without players, scenes stuffs focus on network messages callback handles. Intenly made for multiple server purposes
  • Nakama - An open-source distributed social and realtime server for games and apps by Heroic Labs. It includes a large set of services for users, data storage, and realtime client/server communication; as well as specialized APIs like realtime multiplayer, groups/guilds, and chat.
  • Barebones Master Server - Master Server framework for Unity
  • Forge Networking Remastered - In short, Forge Networking is a free and open source multiplayer game (multi-user) networking system that has a very good integration with the Unity game engine. You wanna make a multiplayer game or real time multi-user application? This is the library for you.
  • Facepunch.Steamworks - Another fucking c# Steamworks implementation
  • MagicOnion - gRPC based HTTP/2 RPC Streaming Framework for .NET, .NET Core and Unity.

Plugins

  • Reign Unity Plugin - This Reign API is a cross-platform, unified API for the Unity game engine.
  • unity-webview - A plugin for Unity 5 that overlays WebView components on Unity view. It works on Android, iOS, Unity Web Player, and OS X (Windows is not supported for now).

Procedural Generation Systems

Pooling System

Profobuf

  • protobuf-net - Protocol Buffers library for idiomatic .NET

Services

Sounds

  • usfxr - a C# library used to generate and play game-like procedural audio effects inside Unity. With usfxr, one can easily design and synthesize original sound in real time for actions such as item pickups, jumps, lasers, hits, explosions, and more, without ever leaving the Unity editor.
  • Unity-Beat-Detection - Musical beat detection and audio spectrum analysis for use with the Unity game engine.

Tweening

  • DOTween (Recommend) - A Unity C# animation engine. HOTween v2
  • LeanTween - LeanTween is an efficient animation engine for Unity
  • GoKit - Lightweight tween library for Unity

UI

Utilities

  • LINQ to GameObject - Traverse GameObject Hierarchy by LINQ
  • Moments - A quick GIF replay recorder for Unity
  • UniGif - GIF image decoder for Unity.
  • unityassets - Assorted assets previously on sale on the Unity Asset Store, now free on github.
  • UnityToolbag - Variety of Unity scripts and tools.
  • C-Sharp-Promise - Promises library for C# for management of asynchronous operations.
  • 3DMath - Unity C# 3D Math methods library.
  • Projeny - A project and package manager for Unity.
  • Unity Size Explorer - Visualize how much space each asset in your Unity game takes and quickly optimize your game's file size.
  • Spine Runtimes - Collection of Spine runtimes including with Unity3d version.
  • UnityStudio - Unity Studio is a tool for exploring, extracting and exporting assets from Unity games and apps.
  • InGameReplay - Allow you to record the transform of any objects to replay it

VR

  • VRTK - A productive VR Toolkit for rapidly building VR solutions in Unity3d.

About

A categorized collection of awesome opensource unity3d repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published