Skip to content

Unity package containing common feautres. Usually referenced by other packages.

License

Notifications You must be signed in to change notification settings

martin-obert/unity-plugins-common

Repository files navigation

Common implementations Project

Made with Unity GitHub Workflow Status Unity Tests

This is readme for project itself, including Unity, DevOps, settups etc.

For individual features descriptions, that this project contains, please follow package specific ReadMe README

Prerequisites

UniTask: install - https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask

UniRx: download - https://github.com/neuecc/UniRx/releases/download/7.1.0/UniRx.unitypackage

Installation

Update projects manifest.json with following entry

"dependencies": {
    ...
    "com.obert.common": "1.14.0",
    ...
},
"scopedRegistries": [
    {
      "name": "Obert",
      "url": "http://upm.obert.cz",
      "scopes": [
        "com.obert"
      ]
    }
  ]

Or follow Unity official setup guide for scoped registeries

Contribution

  • use Conventional Commits, so the Release Please can auto catch on those changes
  • only include essential components, that are commonly used across multiple projects.

About

Unity package containing common feautres. Usually referenced by other packages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published