wiki.sine.space | sinespace

Difference between revisions of "Gestures/Set Up"

From wiki.sine.space
Jump to: navigation, search
(Created page with "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...")
 
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 Space Editor Pack into Unity, you will find a Gesture Preview Scene.
Line 10: Line 10:
 
[[File:Gesture_Preview_Scene.jpg]]
 
[[File:Gesture_Preview_Scene.jpg]]
  
[[Animation formats]]
+
==Animation formats==
  
 
The Space virtual world uses the Unity game engine and supports FBX animation files. If you are used to using BVH files there are utilities online that can convert from one format to the other.
 
The Space virtual world uses the Unity game engine and supports FBX animation files. If you are used to using BVH files there are utilities online that can convert from one format to the other.
Line 18: Line 18:
 
https://unity3d.com/learn/tutorials/topics/animation
 
https://unity3d.com/learn/tutorials/topics/animation
  
[[Avatar Effect Scripts]]
+
==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).
 
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).
Line 28: Line 28:
 
PENDING
 
PENDING
  
[[Virtual Goods Script]]
+
==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.
 
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.

Revision as of 07:53, 16 June 2016

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.

Only add 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 FBX animation files. 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;

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.