Skip to content

PcloD/unity-n-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n-core

A unity package providing some basic unity helper scripts.

Usage

See the tests in the Editor/ folder for each class for usage examples.

Install

From your unity project folder:

npm init
npm install shadowmint/unity-n-core --save
echo Assets/packages >> .gitignore
echo Assets/packages.meta >> .gitignore

The package and all its dependencies will be installed in your Assets/packages folder.

Development

Setup and run tests:

npm install
cd test
npm install
gulp

Tests

All tests are wrapped in #if ... blocks to prevent test spam.

You can enable tests in: Player settings > Other Settings > Scripting Define Symbols

The test key for this package is: N_CORE_TESTS

About

Unity3d package: N Framework: Core

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.2%
  • JavaScript 1.8%