com.rmc.rmc-readme

ReadMe library for Unity Development by Rivello Multimedia Consulting


Keywords
unity, unity3d, upm, readme, documentation, utility, best-practices, templates
License
MIT
Install
npm install com.rmc.rmc-readme@1.1.0

Documentation

npm package License: MIT

RMC ReadMe

The readme library for Unity for RUNTIME usage. The end-user only needs this package.

If you also want to AUTHOR the experience, see https://github.com/SamuelAsherRivello/rmc-readme-authoring.

Table Of Contents

Install

via Git URL

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

{
  "dependencies": {
    "com.rmc.rmc-readme": "https://github.com/SamuelAsherRivello/rmc-readme.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.rmc.rmc-readme" ]
}

Import Samples

To see clear use cases, import and run the samples:

  1. Open Unity and then open Window > Package Manager
  2. Select RMC ReadMe
  3. Select Samples and import

Created By

  • Samuel Asher Rivello
  • Over 23 years XP with game development (2023)
  • Over 10 years XP with Unity (2023)

Contact