Search Unity

HullGenerationTest.cs(655,61): error CS0165: Use of unassigned local variable 'originalColliderRef'

Discussion in 'Physics for ECS' started by Mr-Mechanical, Mar 9, 2020.

  1. Mr-Mechanical

    Mr-Mechanical

    Joined:
    May 31, 2015
    Posts:
    507
    Error with Unity 2020.1.0a25.3171:
    Packages\com.unity.physics@0.2.5-preview.1\Tests\PlayModeTests\HullGeneration\HullGenerationTest.cs(655,61): error CS0165: Use of unassigned local variable 'originalColliderRef'

    Thank you for your help.
     
  2. Adam-Mechtley

    Adam-Mechtley

    Administrator

    Joined:
    Feb 5, 2007
    Posts:
    290
    This is fixed in our upcoming release. You should be able to either disable warnings as errors, embed the package for now, or await the upcoming release (any day now)
     
    Mr-Mechanical likes this.