
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
com.rmc.rmc-readme
Advanced tools
ReadMe library for Unity Development by Rivello Multimedia Consulting
This is a custom library to display a custom ReadMe for the Unity Inspector Window.
If you also want to author a custom ReadMe, see the https://github.com/SamuelAsherRivello/rmc-readme-authoring.
You can either use the Unity Package Manager Window (UPM) or directly edit the manifest file. The result will be the same.
UPM
To use the Package Manager Window, first add a Scoped Registry, then click on the interface menu ( Status Bar → (+) Icon → Add Package By Name ... ).
Manifest File
Or to edit the Packages/manifest.json directly with your favorite text editor, add a scoped registry then the following line(s) to dependencies block:
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.rmc"
]
}
],
"dependencies": {
"com.rmc.rmc-readme": "1.2.2"
}
}
Package should now appear in package manager.
You can either use the Unity Package Manager (UPM) Window or directly edit the manifest file. The result will be the same.
UPM
To use the Package Manager Window click on the interface menu ( Status Bar → (+) Icon → Add Package From Git Url ... ).
Manifest File
Or to edit the Packages/manifest.json directly with your favorite text editor, add following line(s) to the dependencies block:
{
"dependencies": {
"com.rmc.rmc-readme": "https://github.com/SamuelAsherRivello/rmc-readme.git"
}
}
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" ]
}
Some packages include optional samples with clear use cases. To import and run the samples:
Unity Target - Standalone MAC/PCUnity Version - Any Unity Editor 2021.x or higherUnity Rendering - Any Unity Render PipelineUnity Aspect Ratio - Any Unity Game ViewProvided as-is under MIT License | Copyright © 2023 Rivello Multimedia Consulting, LLC
FAQs
ReadMe library for Unity Development by Rivello Multimedia Consulting
We found that com.rmc.rmc-readme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.