wiki.sine.space | sinespace

Difference between revisions of "Creating A Shop"

From wiki.sine.space
Jump to: navigation, search
m
(10 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
<td>
 
<td>
 
[[File:Howtocreateashopbanner.jpg]]
 
[[File:Howtocreateashopbanner.jpg]]
 
  
 
<div style="display: inline-box; margin: 6px; padding-left: 6px; padding-right: 6px; padding-bottom: 6px; border: solid 1px #000000; border-radius: 3px; width: 200px; height: 70px; float: right;">
 
<div style="display: inline-box; margin: 6px; padding-left: 6px; padding-right: 6px; padding-bottom: 6px; border: solid 1px #000000; border-radius: 3px; width: 200px; height: 70px; float: right;">
Line 12: Line 11:
 
</div>
 
</div>
  
This How To guide is based on the Mirage shop template which you can download and modify yourself.
+
This page is based on the Mirage shop template which you can download and modify yourself (see right).
  
 
The space platform is designed to give creators the best tools for showing and selling their work.
 
The space platform is designed to give creators the best tools for showing and selling their work.
Line 24: Line 23:
 
The Mirage region is built without using any 3D modelling or mesh creation tools at all. Everything in the region has been created with Unity or Photoshop. The region is approximately 90mb to upload and 25 mb download for users. It runs in the desktop player, webgl and mobile/tablet.
 
The Mirage region is built without using any 3D modelling or mesh creation tools at all. Everything in the region has been created with Unity or Photoshop. The region is approximately 90mb to upload and 25 mb download for users. It runs in the desktop player, webgl and mobile/tablet.
  
 +
 +
{{#ev:youtube|joogmecmd-M}}
  
  
Line 52: Line 53:
  
  
 +
 +
<div style="display: inline-box; margin: 6px; padding-left: 6px; padding-right: 6px; padding-bottom: 6px; border: solid 1px #000000; border-radius: 3px; width: 200px; height: 70px; float: right;">
 +
*[https://docs.unity3d.com/Manual/Shaders.html Materials And Shaders]
 +
*[https://www.assetstore.unity3d.com/ Asset Store]
 +
</div>
  
 
'''Materials - combining textures with shaders'''
 
'''Materials - combining textures with shaders'''
  
Unity offers a huge array of options for physical materials. You can buy cool materials and shaders in the Unity Asset Store; you can even create your own. just the Standard Shader which will automatically be applied to any new material you create provides you with enormous power when it comes to creating the look and feel of your space.  
+
Unity offers a huge array of options for physical materials. You can buy cool materials and shaders in the Unity Asset Store; you can even create your own.
This region has two different wooden floors and concrete walls. It also has glass panels, plastic fittings and some leather stools, all created using the Unity standard shader.
+
Just the Standard Shader which will automatically be applied to any new material you create provides you with enormous power when it comes to creating the look and feel of your space.  
 +
This region has two different wooden floors and concrete walls.  
 +
It also has glass panels, plastic fittings and some leather stools, all created using the Unity standard shader.
  
 
[[File:Materials.jpg]]
 
[[File:Materials.jpg]]
Line 67: Line 75:
 
The region also has two mirrors, one in the entrance hall and one in the main store room.
 
The region also has two mirrors, one in the entrance hall and one in the main store room.
  
Details on how to create mirrors can be found '''here'''. (Link pending)
+
Details on how to create a mirror:
 +
 
 +
# - In your hierarchy, right click and select 3D Object and plane to create a new plane in your scene view.  Then position your plane to face where you want it to be.
 +
# - Right click in your project and make a Render Texture.
 +
# - In your hierarchy, right click on the plane you just made and add a camera.
 +
# - In your inspector, remove the audio listener by right clicking over that module and selecting Remove Component.
 +
# - Rotate your camera to face out from the front of the mirror plane.
 +
# - Drag the render texture into the Target Texture block of your mirror's camera.
 +
# - Drag that same Render Texture you made into the plane you made in hierarchy.
 +
# - Set scale on the plane x value to -1
 +
# - Switch the shader on the Plan you made to Self-Illumin/Transparent/Diffuse(HDR)
 +
# - Set the shader's Emission Gain to 0.1
 +
# - Click on the white in the Main Color area at the top of the shader and adjust the A (alpha) slider towards the bottom to adjust the transparency if needed for use in something like a window
  
 
It is worth noting that mirrors like these have almost no performance impact; Big mirrors like these will not cause lag in your regions.
 
It is worth noting that mirrors like these have almost no performance impact; Big mirrors like these will not cause lag in your regions.
Line 101: Line 121:
  
  
 
+
<div style="display: inline-box; margin: 6px; padding-left: 6px; padding-right: 6px; padding-bottom: 6px; border: solid 1px #000000; border-radius: 3px; width: 200px; height: 70px; float: right;">
 +
*[https://docs.unity3d.com/Manual/ReflectionProbes.html Reflection Probes]
 +
</div>
  
 
'''Reflection probes - bringing shiny surfaces to life'''
 
'''Reflection probes - bringing shiny surfaces to life'''

Revision as of 01:33, 14 October 2017

Howtocreateashopbanner.jpg

Mirage Scene Download

This page is based on the Mirage shop template which you can download and modify yourself (see right).

The space platform is designed to give creators the best tools for showing and selling their work.

We will cover;

Creating a shop

The Mirage region is built without using any 3D modelling or mesh creation tools at all. Everything in the region has been created with Unity or Photoshop. The region is approximately 90mb to upload and 25 mb download for users. It runs in the desktop player, webgl and mobile/tablet.



Scene set up - interior or exterior scene?

The Mirage shop template region has no need for terrain or water; outside the rooms there is just a skybox.

Mirageexterior.jpg



The building - using simple tools

The walls and floors and all the interior props were built using basic primitive shapes in Unity. These can be added to your scene, sized and positioned using the Unity editor's standard gizmos. Once a building has been created, you can add materials to your objects, to combine textures and shaders and create detailed and attractive spaces.

Transformbox.jpg



A 3D logo - text extrusion with Blender of Photoshop

The logo above the door was extruded from text using Photoshop and saved as an fbx file. You can also use Blender to do this.



Materials - combining textures with shaders

Unity offers a huge array of options for physical materials. You can buy cool materials and shaders in the Unity Asset Store; you can even create your own. Just the Standard Shader which will automatically be applied to any new material you create provides you with enormous power when it comes to creating the look and feel of your space. This region has two different wooden floors and concrete walls. It also has glass panels, plastic fittings and some leather stools, all created using the Unity standard shader.

Materials.jpg



Mirrors - a camera and a render material

The region also has two mirrors, one in the entrance hall and one in the main store room.

Details on how to create a mirror:

  1. - In your hierarchy, right click and select 3D Object and plane to create a new plane in your scene view. Then position your plane to face where you want it to be.
  2. - Right click in your project and make a Render Texture.
  3. - In your hierarchy, right click on the plane you just made and add a camera.
  4. - In your inspector, remove the audio listener by right clicking over that module and selecting Remove Component.
  5. - Rotate your camera to face out from the front of the mirror plane.
  6. - Drag the render texture into the Target Texture block of your mirror's camera.
  7. - Drag that same Render Texture you made into the plane you made in hierarchy.
  8. - Set scale on the plane x value to -1
  9. - Switch the shader on the Plan you made to Self-Illumin/Transparent/Diffuse(HDR)
  10. - Set the shader's Emission Gain to 0.1
  11. - Click on the white in the Main Color area at the top of the shader and adjust the A (alpha) slider towards the bottom to adjust the transparency if needed for use in something like a window

It is worth noting that mirrors like these have almost no performance impact; Big mirrors like these will not cause lag in your regions.

Mirror.jpg



Lighting - using different light types

The lighting in this scene is described in more detail in our Lighting an Interior.

The different types of lights in this scene are;

  • Ambient light
  • Area lights
  • Point lights
  • Emissive surfaces

Lightprobe.jpg



Baking - using realtime and baked lights

Once all the lights and reflection probes are laid out, if you are baking anything (instead of using realtime lighting for everything)

Baked lights have their impact on textures and light probes applied during a one click bake process in Unity before you upload your region. The actual light source is then not used inworld. This improves inworld performance; your frame rate will be higher; but it increases the size of the download by creating lightmaps; large textures that blend with the scene textures to deliver the impact of the original light source.

Realtime lights are physical lights operating in your scene. They can cast live shadows on moving objects in your scene. Lots of lights may have an impact on performance but they reduce the size of the region when it is downloaded by your visitors.


Reflection probes - bringing shiny surfaces to life

Reflection probes influence all the static and moving shiny surfaces in the scene.

That includes the glass shelves and metal lights in this scene, and any metallic or shiny surfaces worn by visitors.

Once laid out reflections probes can be baked into the scene like light probes.

Reflecctionprobes.jpg



Sliding doors - animating objects without scripting


space creators can easily keyframe animate a huge variety of attributes of inworld objects; not just position and rotation but colour, light intensity, etc.

In this scene the doors have been designed to open and close in response to a proximity trigger. No scripting is needed to build interactive components like this.

Vending machines


The Mirage demo scene contains two types of vending machine;

  • Catalogue – displays all virtual goods with a specific brand name that you define
  • Preview – Displays a specific product in preview window



Vendingmachinemirage.jpg



NPCs - creating mannequins without scripting


The Mirage demo scene contains three NPCs, each dressed wearing a skin that is also on sale in the store.





Npcs.jpg



Virtual goods


Whatever products you are selling, from whole regions to clothes, accessories, furniture or gestures, all you need to do is add the virtual good component to each asset and upload it to the store.




Virtualgoods.jpg