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?
The type or namespace name `ParticleSystemJobs' does not existFixed
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
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
jyoji128This 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?
↓
using UnityEngine.Experimental;
OK?
yes. using UnityEngine.Experimental;jyoji128using UnityEngine.Experimental.ParticleSystemJobs;
↓
using UnityEngine.Experimental;
OK?
Looks like the CI didn't catch this. I'll update the plugin with the change, thanks.
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