Create a new material in Unity
Learn to create a transparent, glowing, and Physics material in Unity.
This tutorial is hosted externally
https://vionixstudio.com/2021/08/16/create-a-material-in-unity/
Learn to create a transparent, glowing, and Physics material in Unity.
Related Tutorials
Beginner Graphics Programming Study Guide
This is a roadmap for learning the basics of graphics programming on one's own, from free online resources.
Manual, mipmapped atlas texture wrapping on lower-end mobiles (WebGL1/GLES 2)
Manual texture wrapping within atlas textures / tilemaps with mipmapping on mobiles without EXT_shader_texture_lod.
Capsule Collision Detection Tutorial
Collision detection between a Capsule and a Line Segment and a Capsule and a Capsule. Prerequisite: Linear Algebra (Ve…
Lesson 1 — What C# Actually Is
Why is C# the language driving the production of thousands of indie games using Unity and custom engines all around the…
Sphere with Plane and Polygon Collision Detection
In this video, I demonstrate how to detect collisions between a static sphere, planes, and polygons — a core concept in…
Steps to Make a Simple Game in Unity
if you’re diving into game development, Flappy Bird is basically the ‘hello world‘ of the gaming universe. It is the ul…
Discussion
More from vionix
Unity Finite State Machine Tutorial
Comprehensive tutorial on utilizing finite state machines (FSMs) in Unity game development. It explains the concept of …
Unity Singleton and Static variable Guide
Unity Singleton or Singleton in general is a globally accessible class with all its objects referring to a single insta…
How to raycast in Unity
Raycast is a very useful function that one should master. If Raycast is not used properly then it might affect the perf…
Discussion