Hi.
I'm thinking of starting day 1 by making a prototype for a 2D game in unity.
However I don't know if I should create a standard 2D project or a 2D URP project. What is the difference between both and what is the best ?
Thanks in advance.
If you're not planning on doing anything special with the graphics, standard 2D is probably your best bet.
If you want to customize the look of your game, then go for URP, but it is more complicated.
2D is a base template, if you want to add VFX you must use the POST-PROCESSING package.
URP (Universal Render Pipeline) is a rendering system which basically has built in Post Processing and some other cool VFX features.
Use standard 2D, then whoever vamps up the graphics can choose to add URP or other VFX packages