https://github.com/sebas77/svelto.common
Shared code between the Svelto repositories
https://github.com/sebas77/svelto.common
Last synced: about 1 year ago
JSON representation
Shared code between the Svelto repositories
- Host: GitHub
- URL: https://github.com/sebas77/svelto.common
- Owner: sebas77
- License: mit
- Created: 2018-01-09T10:56:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T22:25:18.000Z (over 2 years ago)
- Last Synced: 2024-05-01T21:03:20.251Z (about 2 years ago)
- Language: C#
- Homepage:
- Size: 515 KB
- Stars: 37
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelto.Common
Shared code between the Svelto repositories
For Unity Users: to solve the unsafe dependency you need to add the following scopedRegistries in manifest.json:
```
"scopedRegistries": [
{
"name": "OpenUPM",
"url": "https://package.openupm.com",
"scopes": [
"com.openupm",
"com.sebaslab.svelto.common",
"com.sebaslab.svelto.ecs",
"com.sebaslab.svelto.unsafe",
"org.nuget.system.buffers",
"org.nuget.system.memory",
"org.nuget.system.numerics.vectors",
"org.nuget.system.runtime.compilerservices.unsafe"
]
}
]
```