Contact Us

If you'd like to get in touch you can reach us at the following email addresses.

General Email: contact 'at' cardboardkeep.com

Press Enquiry: press 'at' cardboardkeep.com

Alternatively use the form on the right to contact us with general or press enquiries.

Cardboard Keep Video Policy
We hereby grant permission to any and all video content creators to use footage and gameplay of our games, and to place advertisements for the purpose of monetization in their videos of our games.
Please insert a link to our website in the video description, and feel free to contact us to let us know about the videos you make!

         

123 Street Avenue, City Town, 99999

(123) 555-6789

email@address.com

 

You can set your address, phone number, email and site description in the settings tab.
Link to read me page with more information.

2015-06-02 19.02.31-sml.jpg

Tools

CK Toolbox

A collection of Unity Engine Plugins to improve game development


Soapbox - Easy audio management

Soapbox is an easy-to-use sound sub-system for Unity, minimal coding is required and a video tutorial will step you through the whole process.

Features
 - Quickly set up all your object’s sounds.
 - Simply call sound.Play(“soundName”) to play any of them.
 - Randomize between a set of audio clips when a sound is called.
 - Randomize pitch, add a delay before play, limit how often a sound can play, or give it a likelihood so it won’t play every time.
 - Full, documented source code included.

Buy Soapbox on the Unity Asset Store


Ensemble - Persistent music management

Ensemble is a music plug-in that easily allows fading between tracks and musical persistence across levels.

Features
 - No coding required! Just drop in the prefabs, set up music, and trigger changes on scene load or when trigger zones are hit.
 - Supports fading between variations of the same melody while maintaining position in the song.
 - Ensemble keeps music playing across levels, even when the game is loading between scenes.
 - Full, documented source code included.

Ensemble is coming soon to the Unity Asset Store

UConsole - CLI command console

noclip, giveall, sv_cheats 1. These commands aren't just fun to use as players but are important test and debug tools for developers. Now it’s easy to add commands like these to your Unity game.

Features
 - Drop-in prefab to get the console working using Unity 4.6+ GUI, no setup required!
 - Add new commands as regular C# functions.
 - Autocomplete will suggest commands as you type in the console - hit tab to autocomplete a command!
 - Works in-editor and standalone on all desktop platforms.
 - Full, documented source code included.

Buy UConsole on the Unity Asset Store


Sparkler - Spawn particles anywhere

Creating new particle systems for every explosion, fire, spark or flash is not only bad for performance, it’s redundant and easily to lose track of.

Instead, Sparkler calls global particle emissions on command, at any position in the game world.

Features
 - Set up Sparkler Agents just like regular particle emitters.
 - One simple line of code anywhere in your game will invoke particles at any given position.
 - Agents can also instantiate objects or move and rotate an icon instead of particles.
 - Supports Particle Playground emitters!
 - Full, documented source code included.

Buy Sparkler on the Unity Asset Store


SuperBehaviour - Write shorter, faster code

Make writing code faster, safer and more convenient with quick references to popular types.

Features
 - Replaces innate references dropped in Unity 5, with far better performance and streamlined types.
 - No more GetComponents; efficiently acquires components the first time they’re referenced.
 - More types included like NavMeshAgent and CharacterController, plus easily add your own.
 - Full, documented source code included.

Buy SuperBehaviour on the Unity Asset Store