Last active
January 6, 2022 08:39
-
-
Save SabinT/92f3aa0c3d89565849b0577b55a59080 to your computer and use it in GitHub Desktop.
Revisions
-
SabinT revised this gist
Jan 6, 2022 . 1 changed file with 11 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,13 @@ git init curl -o .gitignore https://github.com/github/gitignore/raw/main/Unity.gitignore curl -o .gitattributes https://gist.github.com/nemotoo/b8a1c3a0f1225bb9231979f389fd4f3f/raw/dc3e8cab80fc62d1c60db70c761b1ffa636aa796/.gitattributes git add .gitignore git add .gitattributes git commit -m "Initialize with gitignore/git LFS attributes" # Optional: add useful packages # openupm add com.newtonsoft.json # openupm install com.madsbangh.easybuttons # openupm add jillejr.newtonsoft.json-for-unity -
SabinT revised this gist
Sep 24, 2021 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ curl -o .gitignore https://github.com/github/gitignore/raw/master/Unity.gitignore curl -o .gitattributes https://gist.github.com/nemotoo/b8a1c3a0f1225bb9231979f389fd4f3f/raw/dc3e8cab80fc62d1c60db70c761b1ffa636aa796/.gitattributes openupm add com.newtonsoft.json openupm install com.madsbangh.easybuttons openupm add jillejr.newtonsoft.json-for-unity -
SabinT created this gist
Sep 24, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ curl -o .gitignore https://github.com/github/gitignore/raw/master/Unity.gitignore curl -o .gitattributes https://gist.github.com/nemotoo/b8a1c3a0f1225bb9231979f389fd4f3f/raw/dc3e8cab80fc62d1c60db70c761b1ffa636aa796/.gitattributes openupm add jillejr.newtonsoft.json-for-unity openupm install com.madsbangh.easybuttons