Skip to content

TahaMetin/Slightly-Color-Changing-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slightly Color Changing System

Change material color and light color (light color more translucent)slightly on every trigger. I use this system at one of my games click for see

GIF

Material color RGB numbers cycle:

R G B

250 000 000
250 000 250
000 000 250
000 250 250
000 250 000
250 250 000
250 000 000

In my case i set it to start over in 100 steps. so :

250 * 6 = 1500

1500 / 100 = 15

Light color RGB numbers cycle:

R G B

250 200 200
250 200 250
200 200 250
200 250 250
200 250 200
250 250 200
250 200 200

50 * 6 = 300
300 / 100 = 3

Releases

No releases published

Packages

No packages published

Languages