hypanis.ru
Highlighting System package allows you to easily integrate outline glow effect for objects highlighting in your Unity project.
Main features:
Three highlighting modes available to cover all your needs:
Tested on:
1 2 3 4 5 6 7 8 |
using HighlightingSystem; protected Highlighter h; void Awake() { h = gameObject.AddComponent<Highlighter>(); } |
1 2 3 4 5 6 7 8 9 10 |
// Fade in constant highlighting h.ConstantOn(Color.yellow); // Turn off constant highlighting h.ConstantOffImmediate(); // Start flashing from blue to cyan color and frequency = 2f h.FlashingOn(Color.blue, Color.cyan, 2f); // ... |
v4.3
v4.2.1
v4.2
v4.1
v4.0
v3.0
v2.0
v1.2
v1.1
v1.0:
© Copyright 2012-2017 Deep Dream Games