Skip to content

httpsgithu/Futile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A super simple Unity 2D framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.2%
  • ShaderLab 1.8%