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,ProjectSettingsandPackagesinpackage\ProjectData~ - Remove
ProjectSettings\ProjectVersion.txt - Adjust everything in
package\README.md,package\CHANGELOG.mdandpackage\package.json - Zip the
packageto a.tarand then to a.gzand change the extension from.tar.gzto.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.