wiki.sine.space | sinespace

Components/Statue

From wiki.sine.space
Jump to: navigation, search


Statue
Component
Statue script.jpg

Component's Inspector

Gender set the gender of the NPC
Name Set the name of the NPC
Player outfit ID Sets the outfit of the NPC
Material Sets the material of NPC skin and outfit
Skip material Change ID Skips material change for outfit if set to 1
Scale Sets the scale of the NPC
Disable shadows Toggles shadows on/off
Cull Distance Sets the culling distance
Do NOT Cull Disables culling
Animation Select the animation NPC should Play
Random Position Sets random start position for the animation


The Statue component is most commonly used for creating NPCs within a scene, it allows you to dress your NPC using any clothing or accessory you can own inworld; both your own virtual goods and any item you buy or are given by another creator.

Apply the script to an empty capule collider in your scene, or use the NPC template prefab in your Space Editor Pack.


Name NPCs are easily distinguished from real avatars inworld because they do not have hover text showing their names over their heads. However, you can still give your NPC a name in this field, that will appear in quest dialogue steps.

Player Outfit ID For more information how to get the player outfit ID, please see Outfit IDs

Enter just this number in the Player Outfit ID field.

Rendering settings

If you want to apply a material on top of the NPC you can add it here.

You can make your NPCs look like holograms or stone statues etc.

If you want store mannequins that show of a specific item, add the store ID of that item to the "Skip Material Change ID" field.

This will allow you, for instance, to create a silver mannueqin with just the sunglasses you are selling retaining their original materials.

You can get the item ID from the virtual good component attached to it; the ID will appear as soon as the item is submitted.

Scale

You can enlarge your NPC to the status of a giant towering over the scene or shrink it to a sprite. Statues (and avatars in general) will not respect Unity embedded scales on the Transform. This is to prevent them from being scaled when you have them seated on an object which is not 1,1,1.

Disable shadows / Culling distance

You can use the NPC system to deploy crowd scenes; where disabling shadows and optimising draw distance on each NPC will improve performance.

Custom animation

By default your NPC will use the standard Space idle animations.

You can override this here by adding your own animations. See here for details on importing and rigging animations for Space avatars; Single Person Animation

Random animation position

Tick this and the animation will launch at a random point in it's timeline. As above this is useful for any kind of crowd scene where you do not want multiple NPCs doing identical moves in sync on the screen.