Skip to content

CaliCastle/atlas-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

home actionText actionLink
true
Go to Repo →

Latest Github release License: MIT Github All Releases


Table of Contents

What is it?

Atlas is a library of handy, reusable classes and methods created with the intention to make day-to-day development in Unity easier, more intuitive, and less repetitive.

It's not meant to provide groundbreaking solutions to specific problems, but rather provide a practical set of tools that let you create those solutions quicker and more efficiently.

Installation

Download the latest .unitypackage from the releases page. To include Atlas in your project, simply drag and drop the package into your Unity project.

In an effort to keep your project tidy, Atlas will place itself in Assets/ThirdParty/Atlas/.

using Atlas;
using UnityEngine;

public class App : MonoBehaviour 
{
    private void Start()
    {
        // Jump start your Unity project        
    }    
}

License

MIT © David Knopp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published