CobeyH / Leora

2D Moth Puzzle Game written in Unity
4 stars 1 forks source link

Modular Lights #203

Closed CobeyH closed 1 year ago

CobeyH commented 2 years ago

Describe the solution you'd like Overhaul light prefab to create customizable light types. You should be able to add a set of properties to the lights in the editor that get added at runtime.

Types of Lights: (Exclusive)

Activation Type: (Exclusive)

Properties:

CobeyH commented 2 years ago

We have architected a solution for this problem. This solution will consist of several components that work together to create light customization.