Skip to content

Commit

Permalink
Fix Template
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSwerik committed Nov 13, 2020
1 parent d539278 commit 4b162d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
- name: Create Filename Variable
run: echo "FILENAME=de.swerik.template.universal-${VERSION}.tgz" >> $GITHUB_ENV

- name: Create Empty Asset Folders
- name: Create Empty Asset Folders and Remove ProjectVersion
run: |
mkdir Assets/Animations
mkdir Assets/Models
mkdir Assets/Prefabs
mkdir Assets/Shaders
mkdir Assets/VFX
rm ProjectSettings/ProjectVersion.txt
- name: Copy Folders
run: |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This is an URP Template without any example Assets but with recommended Settings
## How to create your own Template
* Download and unzip the [latest Release](https://github.com/TheSwerik/URPTemplate/releases)
* Overwrite the `Assets`, `ProjectSettings` and `Packages` in `package\ProjectData~`
* Remove `ProjectSettings\ProjectVersion.txt`
* Adjust everything in `package\README.md`, `package\CHANGELOG.md` and `package\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`
Expand Down

0 comments on commit 4b162d7

Please sign in to comment.