Skip to content

Upgrade from Unity 2018 LTS to Unity 2019 LTS

cdytoby edited this page Aug 8, 2020 · 3 revisions

If you clone this project in Unity 2019, this instruction is important.

General

Scriptable Pipeline

If you switch to URP (HDRP should be supported but not recommanded)

  • Create RenderPipelineAsset
  • Update Material using automatic material upgrade.
  • Create Material with Lit shader for the cube.

Input System

If you switch to Input System and disable Legacy Input

  • Add InputSystem input setting assets.
  • In both Test Scene, update EventSystem, change input module to the Input System one. (simple button in editor)