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:
- Open Unity and then open
Window > Package Manager
- Select
RMC ReadMe
- 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
- Twitter - @srivello
- Resume & Portfolio - SamuelAsherRivello.com
- Git - Github.com/SamuelAsherRivello
- LinkedIn - Linkedin.com/in/SamuelAsherRivello <--- Say Hello! :)