com.playdarium.unity.entitas-redux

2.2.12 • Public • Published

JCMG Entitas Redux

NPM package License: MIT

Installing

Using the native Unity Package Manager introduced in 2017.2, you can add this library as a package by modifying your manifest.json file found at /ProjectName/Packages/manifest.json to include it as a dependency. See the example below on how to reference it.

Install via OpenUPM

The package is available on the npmjs registry.

Add registry scope

{
  "dependencies": {
    ...
  },
  "scopedRegistries": [
    {
      "name": "Playdarium",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.playdarium.unity"
      ]
    }
  ]
}

Add package in PackageManager

Open Window -> Package Manager choose Packages: My Regestries and install package

Install via GIT URL

"com.playdarium.unity.entitas-redux": "https://gitlab.com/pd-packages/entitas-redux.git#upm"

Entitas Redux

About

Entitas Redux is a reworked version of Entitas with a sole focus on Unity. For more background on this project, see here for more information.

Requirements

  • Min Unity Version: 2019.4
  • Scripting Runtime: .Net 4.X
  • .Net Core Runtime: 3.1.X

Installing Entitas Redux and Getting Started

For instructions on installing Entitas Redux and how to get up and running, see here on the wiki.

Support

If this is useful to you and/or you’d like to see future development and more tools in the future, please consider supporting it either by contributing to the Github projects (submitting bug reports or features and/or creating pull requests) or by buying me coffee using any of the links below. Every little bit helps!

ko-fi

Contributing

For information on how to contribute and code style guidelines, please visit here.

Readme

Keywords

Package Sidebar

Install

npm i com.playdarium.unity.entitas-redux

Weekly Downloads

4

Version

2.2.12

License

MIT

Unpacked Size

2.61 MB

Total Files

301

Last publish

Collaborators

  • elestrago