Skip to content

unitycoder/Unite2025-MakeItShine-Release

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakingItShine

Unite2025 Making It Shine release project

Public release of Making it Shine talk @ Unite 2025 Barcelona

Watch the talk on Youtube Unity channel

Welcome to "Making It Shine"

This project is not a real game. It is a collection of cards created for educational purposes, each demonstrating a different masking technique. In a real game scenario, one or fewer methods should be chosen to avoid overcomplicating the project. For more details, you can open each scene inside the Scenes folder.

The project is done on Unity 6.3 LTS.

GameScene

This is the main scene of the project, where you can play the booster-opening sequence and inspect each card individually.

Grid2D

This scene is a deep dive into visual effects and how to leverage the concept of RWTexture in VFX Graph using HLSL. It includes all the prerequisites needed to build the ghost effect used in the TimeGhost card.

VFX Texture Sampling

Ellen Renderer Feature

This scene focuses on how to set up a simple portal effect using URP Renderer Features, featuring a Render Objects pass that uses stencil and depth.

URP Renderer Features

RSUV

This scene demonstrates a simpler setup with multiple cards using the Renderer Shader User Value feature, along with a comparison between this approach and Material Property Blocks.

Renderer Shader User Value

About

Public release of Making it Shine talk @ Unite 2025 Barcelona

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 80.2%
  • HLSL 9.0%
  • Mathematica 7.7%
  • ShaderLab 3.1%