Updating the GraphicsTool packages to be compatible with Unity's UPM Asset Store.
‼️ Note, the min Unity version supporting UPM Asset Store packages is 2021.3.26f1. That's why you see "unityRelease"="26f1". This change won't prohibit people from obtaining the Graphics packages via the MR Feature Tool or GitHub on older versions of the Unity.
Added UPM package validator to test project
Had to remove assembly definitions for sample directories
Had to remove the "Experimental" sample directory, and move its child directories to the root Samples~ directory
Had to move pipeline assets to the runtime directory
Had to specify unity patch release. The minimum supported version for the UPM Asset Store is 2021.3.26f1, hence this patch number
Overview
Updating the GraphicsTool packages to be compatible with Unity's UPM Asset Store.
‼️ Note, the min Unity version supporting UPM Asset Store packages is 2021.3.26f1. That's why you see
"unityRelease"="26f1"
. This change won't prohibit people from obtaining the Graphics packages via the MR Feature Tool or GitHub on older versions of the Unity.Changes