wiki.sine.space | sinespace

Difference between revisions of "Gestures/Set Up"

From wiki.sine.space
Jump to: navigation, search
(Avatar Effect Scripts)
(Animation formats)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Gesture Preview Scene==
 
==Gesture Preview Scene==
  
Once you have imported the Space Editor Pack into Unity, you will find a Gesture Preview Scene.
+
Once you have imported the sinespace 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.
 
This scene contains two rigged character models and is set up to allow you to assemble and test your gestures.
Line 12: Line 12:
 
==Animation formats==
 
==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.
+
The sinespace 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;
 
For more information on animations and Unity;

Revision as of 17:19, 17 January 2019

Gesture Preview Scene

Once you have imported the sinespace 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 sinespace 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. You can find samples for single person gestures and multi-person gestures in your project window. Go to Sample Art>Gestures and there will be two sample prefabs. Sample 1 is for single person and Sample 2 is multi-person.

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

Please see the Single Person Gesture page and Multi-Person Gesture page for more information on how to set gestures up.

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