-
Notifications
You must be signed in to change notification settings - Fork 11
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.
- Android NDK suitable for Unity 2019.4
- Windows: https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip
- Version: r19, 19.0.5232133
- Gradle file needs to be updated. It happens automatically before android build.
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.
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)
- Home
- Package Usage
- API Usage
- Cardboard Profile
- Unity 2019 Note
- Current Development Status
- Build Cardboard SDK for Unity