wiki.sine.space | sinespace

Gestures/Set Up

From wiki.sine.space
Revision as of 17:48, 22 March 2017 by Sinewave (Talk | contribs)

Jump to: navigation, search

Gesture Preview Scene

Once you have imported the Space Editor Pack into Unity, you will find a Gesture Preview Scene.

This scene contains two rigged character models and is set up to allow you to assemble and test your gestures.

Add only one gesture into the scene at a time.


Gesture Preview Scene.jpg

Animation formats

The Space virtual world uses the Unity game engine and supports animation files imported as part of a 3D Model file (such as FBX). If you are used to using BVH files there are utilities online that can convert from one format to the other.

For more information on animations and Unity;

http://docs.unity3d.com/Manual/AnimationSection.html

https://unity3d.com/learn/tutorials/topics/animation

Avatar Effect Scripts

When you import an animation into Unity you will then add that animation to a game object (there are templates in the Gestures folder in your project).

That game object has scripts added to it, depending on what you are doing with your gesture.

Those scripts can include;

PENDING

Virtual Goods Script

Your gesture will also have a Virtual Goods Script attached, which allows you to add product information and submit the item to the store and / or your inworld inventory.

For more information on the virtual goods script;

Virtual Goods