Showing posts with label Video Tutorials. Show all posts
Showing posts with label Video Tutorials. Show all posts

How Unity Render Streaming Work?

What is unity Render Streaming?

Unity render streaming is one of the packages/or a solution that allows HD rendering via a browser. For more clarification of the concept of render streaming, see the below video. Here you can watch that how we can access HD content into different devices (laptop, tablet or even mobile) via a URL. Remember, the processing will take place on one high-end PC while the different devices can get video streaming/audio or even get a remote control of the player.

This streaming solution work on top of WebRTC. WebRTC is a free and open-source project that allows RTC (real-time communication) between web and mobile applications. Luckily unity also provides its own render streaming platform called Furioos.

How to Setup Your Own Render Streaming in Unity3d

In the below video, I have explained how to setup your own render streaming.

How to create a Basic Glass & Mirror in Unity3D

In this game development unity tutorial i have explained how to create a glass or a mirror using reflections and shader settings.

Control Object Transparency with Slider UI in Unity

In this unity game development tutorial you will learn how to control decrease or increase GameObject transparency/alpha or opacity. With the help of a slider and a C# script. I will explain how to increase or decrease opacity of an object using a c#  script. 

C# Beginner Tutorials in Urdu/Hindi


I have started C#.Net tutorial series in Urdu/Hindi language and here are different lectures with the order.


1. Visual Studio Programming Environment Intro & First Script Execution

2. Visual Studio Programming Environment Intro & First Script Execution

3. Why start learning C# with Console Application Development

4. Variables in C# - int Data type - C# Beginner Tutorial Series in Urdu/Hind

5. C# Floating-point Numeric Data types | Float, double & Decimal | C# Beginner Tutorial Series

How to Call one C# method from another C# script in Unity3d

Calling one method of a script from another script is common in Unity3d game development. In this Unity3d beginners tutorial I will show you how to call one c# method from another script.

How to add Serilog or Third Party Logging in Unity3d

In this video tutorial I have explained how to add third party logging system in Unity3d. This is advance logging way to log information in unity console with SeriLog. you can even write your games logs in specific text file with proper text formatting.

How To make Responsive Unity UI Canvas for multiple aspect ratio

How To Get Dropdown Text in Unity3d

How To Get Get Dropdown value in Unity3D

Unity3d How To use Toggle in Unity3d

How To use Button Click in Unity3d

How To InputField text on Click in Unity3d

Learn Unity3d - How To Series

Recently I have launched short clip series where you can learn different things in unity3d. The journey has started with unity UI controls, Inn-Sha-Allah many more to come. Stay tuned to my blog!

Unity3d How To Series Video Tutorials:


  1. Unity UI - Button Click
  2. Unity UI - Get User input through UI InputFiled
  3. Unity UI - Get Selected option value in Unity UI dropdown
  4. Unity UI - Get Selected option Text in Unity UI dropdown
  5. Unity UI - Design Unity UI for multiple resolution
  6. Unity UI - Toggle Demo