All Projects → MattRix → Futile

MattRix / Futile

A super simple Unity 2D framework

Labels

Projects that are alternatives of or similar to Futile

Chasingplanes unity3d
A "Missiles" game replica, 2D fun mobile game about avoiding missiles while flying a plane.
Stars: ✭ 42 (-94.55%)
Mutual labels:  unity, 2d
Shapes2d
Shapes2D for Unity3D - Make simple art assets quickly in Unity
Stars: ✭ 83 (-89.22%)
Mutual labels:  unity, 2d
Creature unity
2D Skeletal Animation Unity Runtimes for Creature
Stars: ✭ 50 (-93.51%)
Mutual labels:  unity, 2d
2d Animation
Project files for our tutorial on animating a 2D Character in Unity.
Stars: ✭ 52 (-93.25%)
Mutual labels:  unity, 2d
Navmeshplus
Unity NavMesh 2D Pathfinding
Stars: ✭ 347 (-54.94%)
Mutual labels:  unity, 2d
Turbotrack2d
Prototype of 2D arcade style racing game
Stars: ✭ 30 (-96.1%)
Mutual labels:  unity, 2d
Sycophant
Numerous Ninjas: Beta stage mobile game written in Unity
Stars: ✭ 64 (-91.69%)
Mutual labels:  unity, 2d
Entitypostprocessor2d
A unity package for applying post-processing effects to assembled 2D assets
Stars: ✭ 17 (-97.79%)
Mutual labels:  unity, 2d
Machinelearningroguelike
A small Roguelike game that uses Machine Learning to power its entities. Originally used in talks by Ciro & Alessia.
Stars: ✭ 270 (-64.94%)
Mutual labels:  unity, 2d
Unity Aseprite Importer
An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API
Stars: ✭ 177 (-77.01%)
Mutual labels:  unity, 2d
Spriteglow
A sprite glow effect for Unity game engine
Stars: ✭ 1,287 (+67.14%)
Mutual labels:  unity, 2d
Unityplayground
A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
Stars: ✭ 603 (-21.69%)
Mutual labels:  unity, 2d
Spritedicing
Unity extension for reusing sprite texture areas
Stars: ✭ 589 (-23.51%)
Mutual labels:  unity, 2d
2d Character Controller
Free 2D Character Controller for Unity.
Stars: ✭ 643 (-16.49%)
Mutual labels:  unity, 2d
Softmaskforugui
UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.
Stars: ✭ 688 (-10.65%)
Mutual labels:  unity
Unity Game Hacking
A guide for hacking unity games
Stars: ✭ 710 (-7.79%)
Mutual labels:  unity
Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (-11.17%)
Mutual labels:  unity
Alembicforunity
Alembic importer and exporter plugin for Unity
Stars: ✭ 681 (-11.56%)
Mutual labels:  unity
Mastermemory
Embedded Typed Readonly In-Memory Document Database for .NET Core and Unity.
Stars: ✭ 725 (-5.84%)
Mutual labels:  unity
Kinobloom
Bloom effect for Unity
Stars: ✭ 704 (-8.57%)
Mutual labels:  unity

#Futile (2021 Edition)

Futile is a code-centric 2D framework for Unity.

This is for those of you who want to do everything in code with as little editor integration as possible.

If you've used Cocos2D or Flash you should feel right at home.

It's in development and completely undocumented... but it works.

2021 note from Matt: Futile hasn't been updated a whole lot since I first released it, but it has been used (and continues to be used) in a bunch of real games


Go to http://struct.ca/futile for UnityPackages and instructional videos

Ask questions and share stuff you've made on http://reddit.com/r/futile

Submit bugs and feature requests to http://github.com/MattRix/Futile/issues

Futile works great with all versions of Unity (but let me know if you have any issues!)

How to try the demo project:

How to open the project

Third Party add-ons for Futile

Legal stuff

Futile contains many ideas from Prime 31's UIToolkit: github.com/Prime31/UIToolkit

The MiniJSON parser is by http://github.com/darktable

The demo project also uses Prime31's fantastic GoKit tweening library: github.com/Prime31/GoKit

The code and art assets (except for the font) can be used for anything, however the sound effects and music are not to be used in anything else

GoKit's license is here: https://github.com/prime31/GoKit

The font is Franchise

MIT License

Source code for Futile is Copyright © 2019 Matt Rix and contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS,” WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].