Program Crash
As a beginner of Unity, I followed the instructions on the official manual (http://docs.unity3d.com/Manual/CreatingAndUsingScripts.html) to add a script to a cube. However, Unity crashed and a message said, Assets/Standard Assets/ParticleSystems/Scripts/WaterHoseParticles.cs(41,48): warning CS0618: UnityEngine.ParticleCollisionEvent.collider' is obsolete:
collider property is deprecated. Use colliderComponent instead, which supports Collider and Collider2D components.' By the way, the version I use is 5.3.1(Personal) and my computer system is mac OS X 10.9.5.
Answer by wuuu · Jan 18, 2016 at 12:25 PM
I installed an older version, 5.2.0, and the problem has been solved.
Your answer
Follow this Question
Related Questions
Dodgeroll script crashing game 0 Answers
My custom editor window script crashes the Editor. 1 Answer
Changing Graphic Levels Causing Crash 1 Answer
No Monobehaviour scripts in the file 1 Answer
EXC_BAD_ACCESS on CreateMaterial() 2 Answers