Skip to content

Litter Box is a collection of utilities and components that are useful across Unity projects.

Notifications You must be signed in to change notification settings

RoaringCatGames/litter-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Litter Box

Litter Box is a collection of utilities and components that are useful across Unity projects. It is provided as a UnityPackage that you can import.

How to Use Litter Box

  1. Download the latest release HERE

  2. Open your Unity project

  3. Open the "Assets" menu option

  4. Select "Import Package > Custom Package..."

  5. Browse and select the litter-box.*.unitypackage file you acquired in step 1

  6. Import the assets.

  7. In your code, import the package(s) you want to use and create your game!

    using LitterBox.Debug;
    using LitterBox.Utils;
    using LitterBox.ScreenCapture;
    using LitterBox.Models;
    

Packages

LitterBox.Debug

Documentation Not Yet Completed

LitterBox.Utils

Documentation Not Yet Completed

LitterBox.ScreenCapture

Documentation Not Yet Completed

LitterBox.Models

Documentation Not Yet Completed

LitterBox.ScriptableObjects

Documentation Not Yet Completed

About

Litter Box is a collection of utilities and components that are useful across Unity projects.

Resources

Stars

Watchers

Forks

Packages

No packages published