Instantiation Error in build Error Dont know what should be instantiated
This could be caused by Unity Playworks Plugin that cannot instantiate the Particle System directly.
Possible solution:
- Add
.gameObject
to the particleSystem you’re instantiating. e.gInstantiate(myParticleSystem.gameObject, transform.position, Quaternion.identity);