Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxsterdev/sksample
https://github.com/foxsterdev/sksample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/foxsterdev/sksample
- Owner: FoxsterDev
- License: mit
- Created: 2023-07-02T12:48:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-02T17:11:49.000Z (over 1 year ago)
- Last Synced: 2024-11-03T13:42:10.372Z (3 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SKSample
## Installation
*Requires Unity 2020.3+*
### Install via UPM (using Git URL)
1. Navigate to your project's Packages folder and open the manifest.json file.
2. Add this line below the "dependencies": { line
- ```json title="Packages/manifest.json"
"com.foxsterdev.sktools": "https://github.com/FoxsterDev/SKUnityPackages?path=Assets/SKTools",
```
3. UPM should now install the package.