The type or namespace name `ParticleSystemJobs' does not existFixed
DisableRadiation.cs(13,32): error CS0234: The type or namespace name `ParticleSystemJobs' does not exist in the namespace `UnityEngine.Experimental'. Are you missing an assembly reference?
Not seeing that issue. Please make sure you are using this with Rust and only the release version.
This program has a problem

Even with the latest files,
[DisableRadiation.cs(13,32): error CS0234: The type or namespace name `ParticleSystemJobs' does not exist in the namespace `UnityEngine.Experimental'. Are you missing an assembly reference?]

me too
jyoji128
This program has a problem

Even with the latest files,
[DisableRadiation.cs(13,32): error CS0234: The type or namespace name `ParticleSystemJobs' does not exist in the namespace `UnityEngine.Experimental'. Are you missing an assembly reference?]

me too

' using UnityEngine.Experimental; ' Here's what you can do. I solved it.

using UnityEngine.Experimental.ParticleSystemJobs;

using UnityEngine.Experimental;

OK?
jyoji128
using UnityEngine.Experimental.ParticleSystemJobs;

using UnityEngine.Experimental;

OK?
yes. using UnityEngine.Experimental;
Looks like the CI didn't catch this. I'll update the plugin with the change, thanks.
5e13a8d5b2bc5.jpg Wulf
Looks like the CI didn't catch this. I'll update the plugin with the change, thanks.

Thank you, if i knew i could do it for you.

Locked automatically