SebLague / Solar-System

Simple solar system experiment
https://www.youtube.com/watch?v=7axImc1sxa0
MIT License
1.15k stars 315 forks source link

concave MeshColliders are not supported #28

Open LanieSoftware opened 3 years ago

LanieSoftware commented 3 years ago

I'm getting this message in the console:

Triggers on concave MeshColliders are not supported UnityEngine.Collider:set_isTrigger(Boolean) CelestialBodyGenerator:HandleGameModeGeneration() (at Assets/Solar-System-Episode_02/Assets/Celestial Body/Scripts/CelestialBodyGenerator.cs:90) CelestialBodyGenerator:Start() (at Assets/Solar-System-Episode_02/Assets/Celestial Body/Scripts/CelestialBodyGenerator.cs:42)

It does work, nonetheless, for what I'm using it for, but I assume something could/should be done about this issue. I'm just not that well versed in Unity (yet?) to figure it out.

Delofon commented 2 years ago

Old, but I can't leave this without any clarification ;p I don't think this is that big of an issue, I recall it getting raised but there were no obvious problems. Plus, it's referring to triggers - I don't remember any trigger in this project either.