YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

2D Lighting System #3981

Open iampremo opened 1 year ago

iampremo commented 1 year ago

Ticket #196862 Feature Type: feat_addition_ingame Description: Hoped that a set of usable 2D lighting system can be added to gamemaker. Such as static and dynamic lighting systems similar to Unity or Godot. Benefit: We can use this to develop 2D games with more experienced picture effects! Punch Unity, kick Godot! Link: By the way, for now, I think the addition of static light sources is more important than dynamic light sources.

~~ Addition on original ticket: Another thing, if the lighting system can be added, I think the focus should be on visual and flexible editing, because I have tried to use sprite, surface and shader directly. The effect of the them looks very good, but the biggest disadvantage is that sprite needs to be drawn in advance, and the drawing of irregular lights is extremely troublesome.

AndRayNow commented 1 year ago

Is there any approximate timeline for the implementation of this awesome functionality?