Search Unity

[Bug] [2019.3.9f1] The type name 'ParticleSystem' could not be found in the namespace 'UnityEngine'

Discussion in 'Package Manager' started by MNNoxMortem, Apr 10, 2020.

  1. MNNoxMortem

    MNNoxMortem

    Joined:
    Sep 11, 2016
    Posts:
    723
    Code (CSharp):
    1. The type name 'ParticleSystem' could not be found in the namespace 'UnityEngine'. This type has been forwarded to assembly 'UnityEngine.ParticleSystemModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Enable the built in package 'Particle System' in the Package Manager window to fix this error.
    After updating to Unity 2019.3.9f1. There is no package "Particle System" in the package manager.
    upload_2020-4-10_21-34-26.png

    Restarting the Editor resolves the problem.
     
  2. samuelb_unity

    samuelb_unity

    Unity Technologies

    Joined:
    Nov 13, 2017
    Posts:
    151
    Hi @MNNoxMortem,

    This may be because in the older version of Unity, the Particle System wasn't a Package Manager module and was simply built into the editor. Do you remember which version of Unity you were using before you updated the project?

    In any case, I'm glad restarting the editor resolves this issue :)
     
    MNNoxMortem likes this.
  3. michaelthen20

    michaelthen20

    Joined:
    Apr 23, 2021
    Posts:
    1
    Can you give me a step by step on how to do this in the latest version of unity pls