Unity-Technologies/EndlessRunnerSampleGame

[19.3] Unity Package Manager Error upon opening Project

Jacekpapapolski opened this issue · 2 comments

  • Attempt to open the project in 19.3.0f1
  • You will receive the following dialogue while the project is importing:

image

Retry won't work, and pressing Continue will lead to the project opening with a package error about the com.unity.render-pipelines.lightweight package.

Presumably it needs to be changed to com.unity.render-pipelines.universal

This does not prevent the game from running however

Was fixed in latest master push, changed to universal

Fixed in ce97e09 - Closing!