You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The particles created with part_particles_create_color() to be white until part_system_update() is called. If it is not called at all, the particles will always be white, no matter what argument is specified. This issue happened after GameMaker got 2024.11 update.
I expect that particles created by part_particles_create_color() will always have the color specified in the function argument. Not depending on whether the particle system has been updated or not.
Steps To Reproduce
Start GameMaker.
Create particle system using part_system_create() and any particle type.
Set function part_system_automatic_update() to false.
Burst any particle using part_particles_create_color() function.
Run the game and see the issue.
How reliably can you recreate this issue using your steps above?
Always
Which version of GameMaker are you reporting this issue for?
2024.11.0 (Monthly)
Which platform(s) are you seeing the problem on?
Windows
Sample Package Attached?
I have attached my bug package
Sample Project Added?
I have included a small sample project
The text was updated successfully, but these errors were encountered:
YYDan
changed the title
part_particles_create_color() does not apply color until part_system_update() is called.
In-Game: part_particles_create_color() does not apply the new colour until part_system_update() is next called
Jan 20, 2025
Description
The particles created with part_particles_create_color() to be white until part_system_update() is called. If it is not called at all, the particles will always be white, no matter what argument is specified. This issue happened after GameMaker got 2024.11 update.
Here's my Ticket Sample: https://api.gamemaker.io/api/github/downloads/d063faa6-95b4-4e74-a23e-8ede7b74ee7b
Here's alternate link to the project I made to test it. BrokenParticles.zip
Expected Change
I expect that particles created by part_particles_create_color() will always have the color specified in the function argument. Not depending on whether the particle system has been updated or not.
Steps To Reproduce
How reliably can you recreate this issue using your steps above?
Always
Which version of GameMaker are you reporting this issue for?
2024.11.0 (Monthly)
Which platform(s) are you seeing the problem on?
Windows
Sample Package Attached?
Sample Project Added?
The text was updated successfully, but these errors were encountered: