Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keijiro/jp.keijiro.beta
A rigged human dummy model with a non-uniform topology
https://github.com/keijiro/jp.keijiro.beta
unity unity3d
Last synced: 3 months ago
JSON representation
A rigged human dummy model with a non-uniform topology
- Host: GitHub
- URL: https://github.com/keijiro/jp.keijiro.beta
- Owner: keijiro
- License: unlicense
- Created: 2018-07-02T02:19:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T05:47:41.000Z (over 4 years ago)
- Last Synced: 2024-10-31T19:51:26.775Z (3 months ago)
- Topics: unity, unity3d
- Homepage:
- Size: 883 KB
- Stars: 18
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Beta
----![screenshot](https://i.imgur.com/sWtS7MWm.jpg)
![screenshot](https://i.imgur.com/URorbKHm.jpg)**Beta** is a rigged human dummy model with a non-uniform topology, which is
intended to be used as a VFX source.How To Install
--------------This package uses the [scoped registry] feature to resolve package
dependencies. Please add the following sections to the manifest file
(Packages/manifest.json).[scoped registry]: https://docs.unity3d.com/Manual/upm-scoped.html
To the `scopedRegistries` section:
```
{
"name": "Keijiro",
"url": "https://registry.npmjs.com",
"scopes": [ "jp.keijiro" ]
}
```To the `dependencies` section:
```
"jp.keijiro.beta": "1.0.2"
```After changes, the manifest file should look like below:
```
{
"scopedRegistries": [
{
"name": "Keijiro",
"url": "https://registry.npmjs.com",
"scopes": [ "jp.keijiro" ]
}
],
"dependencies": {
"jp.keijiro.beta": "1.0.2",
...
```