Skip to content

Instantly share code, notes, and snippets.

@SabinT
Last active January 6, 2022 08:39
Show Gist options
  • Select an option

  • Save SabinT/92f3aa0c3d89565849b0577b55a59080 to your computer and use it in GitHub Desktop.

Select an option

Save SabinT/92f3aa0c3d89565849b0577b55a59080 to your computer and use it in GitHub Desktop.

Revisions

  1. SabinT revised this gist Jan 6, 2022. 1 changed file with 11 additions and 4 deletions.
    15 changes: 11 additions & 4 deletions UnitySetup.bat
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,13 @@
    curl -o .gitignore https://github.com/github/gitignore/raw/master/Unity.gitignore
    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
    openupm add com.newtonsoft.json
    openupm install com.madsbangh.easybuttons

    openupm add jillejr.newtonsoft.json-for-unity
    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
  2. SabinT revised this gist Sep 24, 2021. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion UnitySetup.bat
    Original 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
    openupm install com.madsbangh.easybuttons
  3. SabinT created this gist Sep 24, 2021.
    4 changes: 4 additions & 0 deletions UnitySetup.bat
    Original 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