unity extension utilities based unity urp pipeline
Unity2022.3+ ,will show Errors,modify manifest.json. 1 open Project/Packages/manifest.json 2 insert references package,
like:
"dependencies": {
"com.unity.render-pipelines.universal":"15.0.7",
"com.unity.timeline": "1.8.2",
"com.unity.textmeshpro": "3.0.6",
"com.unity.inputsystem": "1.7.0",
"com.unity.cinemachine": "3.1.3",
"com.unity.memoryprofiler": "1.1.0",
"com.unity.mobile.android-logcat": "1.4.2",
"com.unity.terrain-tools": "5.0.5",
"com.unity.splines": "2.6.1",
"com.unity.recorder": "4.0.3",
"com.unity.analytics": "3.8.1",
...
}
Unity6000+,will normal work.