Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  ObiParticleRenderer
#8
(10-04-2019, 04:24 PM)josemendez Wrote: We're aiming to upload to the store next monday, so if everything goes well by the end of next week. Sonrisa

Lots of goodies if you're using granulars, too: rolling contacts w/rolling friction, improved friction model, particle-particle collision callbacks..

Hi,

Thanks for the update! I have imported Obi to a new project and tried to run KarmanVortex scene. However, I got an error with ParticleAdvector.cs Triste

ArgumentNullException: Value cannot be null.
Parameter name: particles
UnityEngine.ParticleSystem.GetParticles (UnityEngine.ParticleSystem+Particle[] particles, System.Int32 size) (at C:/buildslave/unity/build/Runtime/ParticleSystem/ScriptBindings/ParticleSystem.bindings.cs:243)
UnityEngine.ParticleSystem.GetParticles (UnityEngine.ParticleSystem+Particle[] particles) (at C:/buildslave/unity/build/Runtime/ParticleSystem/ScriptBindings/ParticleSystem.bindings.cs:244)
Obi.ParticleAdvector.ReallocateParticles () (at Assets/Obi/Scripts/Emitter/ParticleAdvector.cs:49)

(16-04-2019, 09:42 AM)mimarilker Wrote: Hi,

Thanks for the update! I have imported Obi to a new project and tried to run KarmanVortex scene. However, I got an error with ParticleAdvector.cs Triste

ArgumentNullException: Value cannot be null.
Parameter name: particles
UnityEngine.ParticleSystem.GetParticles (UnityEngine.ParticleSystem+Particle[] particles, System.Int32 size) (at C:/buildslave/unity/build/Runtime/ParticleSystem/ScriptBindings/ParticleSystem.bindings.cs:243)
UnityEngine.ParticleSystem.GetParticles (UnityEngine.ParticleSystem+Particle[] particles) (at C:/buildslave/unity/build/Runtime/ParticleSystem/ScriptBindings/ParticleSystem.bindings.cs:244)
Obi.ParticleAdvector.ReallocateParticles () (at Assets/Obi/Scripts/Emitter/ParticleAdvector.cs:49)

I have compared the older ParticleAdvector.cs with the new one. It seems that Solver_OnStepBegin is not included anymore, ad the line causing the error "alive = ps.GetParticles(particles);" is in the ReallocateParticles() which was in Solver_OnStepBegin, before. Could you please check it out?
Reply


Messages In This Thread
ObiParticleRenderer - by mimarilker - 29-03-2019, 01:38 PM
RE: ObiParticleRenderer - by josemendez - 01-04-2019, 07:15 AM
RE: ObiParticleRenderer - by mimarilker - 09-04-2019, 09:55 AM
RE: ObiParticleRenderer - by josemendez - 09-04-2019, 10:09 AM
RE: ObiParticleRenderer - by josemendez - 10-04-2019, 12:47 PM
RE: ObiParticleRenderer - by mimarilker - 10-04-2019, 02:15 PM
RE: ObiParticleRenderer - by josemendez - 10-04-2019, 04:24 PM
RE: ObiParticleRenderer - by mimarilker - 16-04-2019, 09:42 AM
RE: ObiParticleRenderer - by mimarilker - 16-04-2019, 12:52 PM
RE: ObiParticleRenderer - by josemendez - 16-04-2019, 07:26 PM
RE: ObiParticleRenderer - by mimarilker - 17-04-2019, 07:44 AM