Particle FX set constant

I have this warning:

WARNING:GAMESYS: Particle FX to set constant for could not be found. You need to start playing it before setting constants.

Is there a way to get some more info about this? The name of the script trying to set the constant, the particle fx name… Otherwise it is really hard to guess where to look…

Thanks!

I agree we should look into it.

For now, you can print out the urls/constants before sending the message?

1 Like

@Mathias_Westerdahl thanks!

But that is the problem! I don’t know which script is trying to set the property; so I should add a print in all the scripts relevant to the context (or try to wrap the set_constant function). It is also possible that I have misunderstood the point in your advice :slight_smile:

However I solved my particular case by going into the scripts one by one.

Thanks again!

Yes, that’s what I meant :slight_smile: