Collection of unity extensions that speed-ups working with an engine
- Runtime
- Editor
Copy link from github:
Open Unity Package Manager Window and select "Add package from git URL" option:
Paste link and then click add button
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
"dependencies": {
"com.szymon-mis.smf": "https://github.com/SzymonMis/smf-package.git",
...
},
}