wiki.sine.space | sinespace

Difference between revisions of "Browser Surfaces"

From wiki.sine.space
Jump to: navigation, search
Line 3: Line 3:
 
For example, you could use a music video url for a club, or have a training video streaming for business purposes.  
 
For example, you could use a music video url for a club, or have a training video streaming for business purposes.  
  
 +
 +
The browser surface script can only be used for streaming from URLs in the desktop client.
  
  
Line 52: Line 54:
  
 
This is the background color of the screen, which is defaulted to black.
 
This is the background color of the screen, which is defaulted to black.
 +
 +
 +
 +
==Recommended Shader==
 +
 +
 +
The recommended shader for the screen is a custom shader made by Sine Wave.
 +
 +
Create a new material in your project window by righting clicking, and choosing Create>Material on the pop up menu.
 +
 +
When the new material is in your project window, click on it, and you will see it's properties in the Inspector window.
 +
 +
On the Shader drop down menu, choose Sine Wave>Emissive Screen.
 +
 +
Turn the smoothness and metallic sliders down to 0 for the best results.

Revision as of 11:28, 2 February 2017

Unity has the ability to make media surfaces. You can set up an object to become a media surface, to stream content from a URL.

For example, you could use a music video url for a club, or have a training video streaming for business purposes.


The browser surface script can only be used for streaming from URLs in the desktop client.


Browser Surface Script

For making a media surface, you will first need to make the 3D object you want to use as a screen.

In the Inspector window, add the Browser Surface component to the item you are using for the screen.

This will bring up the browser surface script in the inspector window.


Browsersurfacescript.jpg


Script Settings

Width

This is used to set the width of the screen.


Height

This is used to set the height of the screen.

Aspect ratios for width and height:

  • 1920x1080
  • 1024x720
  • 3840x2160 (4K)


Zoom

Zoom allows you to set how much the screen is zoomed in.


URL

This is where you place the URL for the video you want to stream.


Background Color

This is the background color of the screen, which is defaulted to black.


Recommended Shader

The recommended shader for the screen is a custom shader made by Sine Wave.

Create a new material in your project window by righting clicking, and choosing Create>Material on the pop up menu.

When the new material is in your project window, click on it, and you will see it's properties in the Inspector window.

On the Shader drop down menu, choose Sine Wave>Emissive Screen.

Turn the smoothness and metallic sliders down to 0 for the best results.