{
"commandline": "C:\\Program Files\\Git\\bin\\bash.exe --cd-to-home",
"guid": "{2c375377-8de8-44f6-994f-06952a08070e}",
"hidden": false,
"name": "Git-Bash"
},add in Windows Terminal settings.json under profiles/list
| REMOTE=origin | |
| BRANCH=$(git rev-parse --abbrev-ref HEAD) | |
| BATCH_SIZE=10 | |
| # check if the branch exists on the remote | |
| # if git show-ref --quiet --verify refs/remotes/$REMOTE/$BRANCH; then | |
| # # if so, only push the commits that are not on the remote already | |
| # range=$REMOTE/$BRANCH..HEAD | |
| # else | |
| # # else push all the commits |
{
"commandline": "C:\\Program Files\\Git\\bin\\bash.exe --cd-to-home",
"guid": "{2c375377-8de8-44f6-994f-06952a08070e}",
"hidden": false,
"name": "Git-Bash"
},add in Windows Terminal settings.json under profiles/list
find . -type f -size +100000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'| using UnityEngine; | |
| using UnityEditor; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| public class PerlinGridPlacer : EditorWindow | |
| { | |
| private const string RootObjectName = "PerlinGridPlacerRESULT"; | |
| [MenuItem("Window/Tools/PerlinGridPlacer")] |
| Shader "Unlit/Transparent Color Gradient" { | |
| Properties{ | |
| _MainTex("Base (RGB) Trans (A)", 2D) = "white" { } | |
| _Color("Color1", Color) = (1.000000,1.000000,1.000000,1.000000) | |
| _Color2("Color2", Color) = (1.000000,1.000000,1.000000,1.000000) | |
| } | |
| SubShader{ | |
| LOD 100 | |
| Tags{ "QUEUE" = "Transparent" "IGNOREPROJECTOR" = "true" "RenderType" = "Transparent" } |
| { | |
| "version": 5, | |
| "quotes":[ | |
| "If you want to achieve greatness stop asking for permission.", | |
| "Things work out best for those who make the best of how things work out.", | |
| "To live a creative life, we must lose our fear of being wrong.", | |
| "If you are not willing to risk the usual you will have to settle for the ordinary.", | |
| "Trust because you are willing to accept the risk, not because it’s safe or certain.", | |
| "All our dreams can come true if we have the courage to pursue them.", | |
| "Good things come to people who wait, but better things come to those who go out and get them.", |
World space Canvas: https://docs.unity3d.com/Manual/HOWTO-UIWorldSpace.html
Vector3 scale = meters / canvas_width * Vector3.zero
Ensure that git checkout as-is, commit as-is
git config --global core.autocrlf false
Ensure that You have cloned Store3D correctly
| curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - && sudo apt-get install -y nodejs && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list && sudo apt-get update && sudo apt-get install -y yarn |
| git lfs ls-files | |
| git lfs track <filename> |