Coder Social home page Coder Social logo

zoroiscrying / com.zoroiscrying.core-game-systems Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 104 KB

Unity package including core game systems commonly used in game development, such as Audio, UI, Save&Load, Scene Interaction, etc.

License: MIT License

C# 100.00%

com.zoroiscrying.core-game-systems's Introduction

npm package openupm Tests License: MIT

Zoro Core Game Systems

Core game systems commonly seen and can used across projects in game development.

How to use

Work In Progress

Install

via npm

Open Packages/manifest.json with your favorite text editor. Add a scoped registry and following line to dependencies block:

{
  "scopedRegistries": [
    {
      "name": "npmjs",
      "url": "https://registry.npmjs.org/",
      "scopes": [
        "com.zoroiscrying"
      ]
    }
  ],
  "dependencies": {
    "com.zoroiscrying.core-game-systems": "1.0.0"
  }
}

Package should now appear in package manager.

via OpenUPM

The package is also available on the openupm registry. You can install it eg. via openupm-cli.

openupm add com.zoroiscrying.core-game-systems

via Git URL

Open Packages/manifest.json with your favorite text editor. Add following line to the dependencies block:

{
  "dependencies": {
    "com.zoroiscrying.core-game-systems": "https://github.com/zoroiscrying/core-game-systems.git"
  }
}

Tests

The package can optionally be set as testable. In practice this means that tests in the package will be visible in the Unity Test Runner.

Open Packages/manifest.json with your favorite text editor. Add following line after the dependencies block:

{
  "dependencies": {
  },
  "testables": [ "com.zoroiscrying.core-game-systems" ]
}

Configuration

Work In Progress

License

MIT License

Copyright © 2023 zoroiscrying

com.zoroiscrying.core-game-systems's People

Contributors

zoroiscrying avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.