Search Unity

How to make Glittering text editor (glittering black text on glittering white background)

Discussion in 'Getting Started' started by Brahman-Intelligence, Jan 4, 2019.

  1. Brahman-Intelligence

    Brahman-Intelligence

    Joined:
    Jan 14, 2015
    Posts:
    4
    Hello! I'm playing with special effects. And thought that... Black and white (black text on white background) looks boring... Unless we add there some glittering effect...

    So, is there any way to make a glittering text editor in Unity3d? So that background color (say, white) is glittering. And foreground text (usually black) is also glittering?

    P.S. I'ld like to make everything in Windows User interface, and in all electronic\board games, books, and any program - just everything in the world which has colors - to have glittering effect. But I'm not the "architector of the matrix" of universe and not a jinn :-(
     
  2. BrewNCode

    BrewNCode

    Joined:
    Feb 17, 2017
    Posts:
    372
  3. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
    Glittering is fairly easy to do with your own shader.

    Learning to write a shader is challenging. But worth the effort. I've heard good things about the new Shader Graph system.