I just purchased, downloaded the Polygon Prototype Pack from the Asset Store. After importing i get the following 3 warnings:
A polygon of Mesh ‘SM_Veh_Car_Sports_01’ in Assets/PolygonPrototype/Models/SM_Veh_Car_Sports_01.fbx is self-intersecting and has been discarded.
Googling, I found this from answers.unity.com:
This error basically just means that there were redundant polygons in the mesh and they have been deleted. There will be zero consequences from this error as it has already been dealt with.
Like @Brettski I also received the following warnings:
Shader Graph at Assets/PolygonPrototype/Shaders/Prototype_Object_URP.shadergraph has 1 warning(s), the first is: There is a newer version of this node available. Inspect node for details.
Shader Graph at Assets/PolygonPrototype/Shaders/Prototype_Global_URP.shadergraph has 1 warning(s), the first is: There is a newer version of this node available. Inspect node for details.
Not sure how to resolve these Shader Graph warnings. For now, I’m taking @Brian_Trotter advice and ignoring them.
And yes, I’m using version 2022.1 as specified in the video.