Extended docs
This commit is contained in:
parent
08a3a7da56
commit
0a66372c3f
9
Documentation/Animations.md
Normal file
9
Documentation/Animations.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Animations
|
||||||
|
==========
|
||||||
|
The NanoBrain Ant comes with walking animations and an animator. These can be used with any hexapod model but as the rigs of these hexapods can be very different<sup>[1](#notes-1)</sup> our software provides an animation projection to solve this. H<sup>2</sup>O
|
||||||
|
|
||||||
|
Notes
|
||||||
|
=====
|
||||||
|
1. <a id="notes-1"></a>
|
||||||
|
The animation retargeting of Unity's Mecanim only works for Humanoid models.
|
||||||
|
2. <a id="notes-2"></a> bla bla
|
||||||
@ -1,4 +1,5 @@
|
|||||||
# Package Installation
|
Package Installation
|
||||||
|
====================
|
||||||
|
|
||||||
You can import the NanoBrain Ant package in Unity directly with the Package Manager git package importer.
|
You can import the NanoBrain Ant package in Unity directly with the Package Manager git package importer.
|
||||||
|
|
||||||
@ -7,3 +8,7 @@ See Unity: [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-gi
|
|||||||
Use the link from 'Clone with HTTP' (for example: https://git.passer.life/CreatureControl/Ant.git) In this way you can always retrieve the latest version by pressing the Update button in the Package Manager.
|
Use the link from 'Clone with HTTP' (for example: https://git.passer.life/CreatureControl/Ant.git) In this way you can always retrieve the latest version by pressing the Update button in the Package Manager.
|
||||||
|
|
||||||
Optionally, you can use a tag to retrieve a specific version. For example: https://git.passer.life/CreatureControl/Ant.git#0.1.0. This will give you a stable version which does not change. Updating can be done by retrieving the package with a link to a new release.
|
Optionally, you can use a tag to retrieve a specific version. For example: https://git.passer.life/CreatureControl/Ant.git#0.1.0. This will give you a stable version which does not change. Updating can be done by retrieving the package with a link to a new release.
|
||||||
|
|
||||||
|
Samples Installation
|
||||||
|
--------------------
|
||||||
|
In the Unity Package manager, select the NanoBrain Ant package and look for the `Samples` tab in the details pane on the right. There you can import the `Models`.
|
||||||
6
Documentation/Models.md
Normal file
6
Documentation/Models.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Models
|
||||||
|
======
|
||||||
|
|
||||||
|
The package comes with a number of models which can be found in the [Samples][1] folder. These models are rigged and can be used in combination with the [Animations](Animations.md).
|
||||||
|
|
||||||
|
[1]: Installation.md (How to install the Samples)
|
||||||
7
Documentation/Models.md.meta
Normal file
7
Documentation/Models.md.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 731873261aa9ec328a9dc16c8544f77e
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -3,4 +3,5 @@
|
|||||||
Table of Contents
|
Table of Contents
|
||||||
-----------------
|
-----------------
|
||||||
- [Installation](Installation.md)
|
- [Installation](Installation.md)
|
||||||
|
- [Models](Models.md)
|
||||||
|
- [Animations](Animations.md)
|
||||||
7
Documentation/ToC.md.meta
Normal file
7
Documentation/ToC.md.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b701b64b684e35fe59bf744821ec5ed6
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Loading…
x
Reference in New Issue
Block a user