All Projects → Chaser324 → Unity Build

Chaser324 / Unity Build

Licence: mit
A powerful automation tool for quickly and easily generating builds of a game with Unity.

Projects that are alternatives of or similar to Unity Build

Libplanet
Blockchain core in C#/.NET for persistent peer-to-peer online games
Stars: ✭ 293 (-39.34%)
Mutual labels:  unity3d, game-development
Crystalai
A Utility AI for C# and Unity
Stars: ✭ 328 (-32.09%)
Mutual labels:  unity3d, game-development
U3d
U3d is a cross-platform set of tools to interact with Unity3D from command line.
Stars: ✭ 309 (-36.02%)
Mutual labels:  automation, unity3d
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+574.53%)
Mutual labels:  unity3d, game-development
Unityvisualizations
Collection of shaders and visual effects created for Unity 3D.
Stars: ✭ 472 (-2.28%)
Mutual labels:  unity3d, game-development
Merino
Merino is a narrative design tool that lets you write Yarn scripts inside the Unity Editor
Stars: ✭ 275 (-43.06%)
Mutual labels:  unity3d, game-development
Ecsrx.unity
A simple framework for unity using the ECS paradigm but with unirx for fully reactive systems.
Stars: ✭ 317 (-34.37%)
Mutual labels:  unity3d, game-development
Install Unity
Script to install Unity 3D versions from the command line on macOS
Stars: ✭ 89 (-81.57%)
Mutual labels:  automation, unity3d
Starforce
This is a demo made with Game Framework.
Stars: ✭ 375 (-22.36%)
Mutual labels:  unity3d, game-development
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.
Stars: ✭ 375 (-22.36%)
Mutual labels:  unity3d, game-development
Jenkins Ue4
Automated Unreal Engine 4 Project Builds
Stars: ✭ 206 (-57.35%)
Mutual labels:  automation, build-automation
Verticaldissolve
Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.
Stars: ✭ 434 (-10.14%)
Mutual labels:  unity3d, game-development
Zeus
An Electrifying Build System
Stars: ✭ 176 (-63.56%)
Mutual labels:  automation, build-automation
Ecsrx
A reactive take on the ECS pattern for .net game developers
Stars: ✭ 288 (-40.37%)
Mutual labels:  unity3d, game-development
Unium
Automation for Unity games
Stars: ✭ 132 (-72.67%)
Mutual labels:  automation, unity3d
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (-35.61%)
Mutual labels:  unity3d, game-development
Poco
A cross-engine test automation framework based on UI inspection
Stars: ✭ 1,177 (+143.69%)
Mutual labels:  automation, unity3d
Pybuilder
Software build automation tool for Python.
Stars: ✭ 1,290 (+167.08%)
Mutual labels:  automation, build-automation
Game Networking Resources
A Curated List of Game Network Programming Resources
Stars: ✭ 4,208 (+771.22%)
Mutual labels:  unity3d, game-development
Unity Wireframe
General purpose wireframe shaders for use in Unity.
Stars: ✭ 378 (-21.74%)
Mutual labels:  unity3d, game-development

SuperUnityBuild

A powerful automation tool for quickly and easily generating builds of a game with Unity.

Unity Forums Thread | Documentation Wiki

SuperUnityBuild is a Unity utility that automates the process of generating builds of your game. It's easy and quick enough to use on small games, but it's also powerful and extensible enough to be extremely useful on larger projects. The key to this flexibility lies in SuperUnityBuilds configurable degrees of granularity and its "BuildActions" framework which allows additional operations to be added into the build process.

Features:

  • Manage and Build Multiple Versions - If you're targetting more than one platform or distribution storefront, the build process can quickly become very cumbersome with Unity's built in tools. SuperUnityBuild makes it easy to manage a wide array of build configurations targetting any number of versions, platforms, architectures, or distribution methods.
  • One-Click Batch Builds - Easily kick-off batch builds for all or a specific subset of your build configurations.
  • Expanded Build Capability - SuperUnityBuild overs many features not available in Unity's built in build workflow such as version number generation, and the BuildAction framework provides options for even more expanded build capabilities like automated file copying/moving, creating zip files, and building AssetBundles.
  • Quick Initial Setup - If all you need is the bare essentials, you can be up and running in minutes. SuperUnityBuild scales to fit your project's specific needs whether it be large or small.
  • Highly Extensible and Customizable - SuperUnityBuild's BuildAction framework provides simple hooks for adding in your own additional functionality.
  • Free and Open-Source - Some similar tools available only on the AssetStore are as much as $50+.

Basic Usage

Requires Unity 5.0 or higher. Currently supports Windows, OSX, and Linux builds - more platforms soon once they've been tested more thoroughly.

Install

Either download the latest released Unity Package and import it into your project OR download the zip of this repository and extract its contents into your Unity project's Assets directory.

You may also want to download some of the available BuildAction modules in the Unity-Build-Actions repository to expand SuperUnityBuild's capabilities.

Basic Setup

See Standard Usage in the wiki.

Customizing and Expanding

Creating BuildPlatforms

TODO

Creating BuildActions

See Build Actions in the wiki for details.

Command Line Interface

See Command Line Interface in the wiki.

Contributing

Bug reports, feature requests, and pull requests are welcome and appreciated.

Credits

License

All code in this repository (unity-build) is made freely available under the MIT license. This essentially means you're free to use it however you like as long as you provide attribution.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].