Skip to content

Commit

Permalink
chore: tmp shader switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Feb 10, 2024
1 parent df888e0 commit d839b14
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions Assets/TextMeshPro Support
8 changes: 8 additions & 0 deletions Assets/TextMeshPro Support.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions tmp-support-stable.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash -e

# Switch the shaders for TextMeshPro (stable)
target="TextMeshPro Support"
sample="TextMeshPro Support"
[ -d "Assets/$target" ] && rm -rf "Assets/$target"
ln -s "../Packages/src/Samples~/$sample~" Assets
mv "Assets/$sample~" "Assets/$target"
8 changes: 8 additions & 0 deletions tmp-support-v3.2-or-v4.0.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash -e

# Switch the shaders for TextMeshPro (v3.2 or v4.0)
target="TextMeshPro Support"
sample="TextMeshPro Support v3.2 or v4.0"
[ -d "Assets/$target" ] && rm -rf "Assets/$target"
ln -s "../Packages/src/Samples~/$sample~" Assets
mv "Assets/$sample~" "Assets/$target"

0 comments on commit d839b14

Please sign in to comment.