This is an URP Template without any example Assets but with recommended Settings and preinstalled Packages. (recommended by me)
- Download the latest Release
- Put the file into
INSTALL_FOLDER_OF_UNITY_EDITOR\Editor\Data\Resources\PackageManager\ProjectTemplates
- Restart Unity Hub if you are using it. If not restart Unity
- Download and unzip the latest Release
- Overwrite the
Assets
,ProjectSettings
andPackages
inpackage\ProjectData~
- Remove
ProjectSettings\ProjectVersion.txt
- Adjust everything in
package\README.md
,package\CHANGELOG.md
andpackage\package.json
- Zip the
package
to a.tar
and then to a.gz
and change the extension from.tar.gz
to.tgz
- This can be done in one step in Ubuntu with the
tar
-command:tar -czvf FILENAME.tgz package
- This can be done in one step in Ubuntu with the
This can also be automated with Github Actions. Feel free to copy and adjust my Action.