Skip to content

Commit

Permalink
Merge pull request #3 from asus4/urp-support
Browse files Browse the repository at this point in the history
Support Universal Render Pipeline
  • Loading branch information
asus4 authored Aug 30, 2023
2 parents 30dfb30 + b750599 commit 55f2582
Show file tree
Hide file tree
Showing 28 changed files with 2,656 additions and 462 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### https://raw.github.com/github/gitignore/18aa6d83774d514da479d73a4beb864cd4220231/Unity.gitignore
### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Unity.gitignore

# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
Expand All @@ -16,8 +17,8 @@
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/

# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta
# Recordings can get excessive in size
/[Rr]ecordings/

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*
Expand Down Expand Up @@ -61,6 +62,7 @@ sysinfo.txt
*.apk
*.aab
*.unitypackage
*.app

# Crashlytics generated file
crashlytics-build.properties
Expand All @@ -71,5 +73,3 @@ crashlytics-build.properties
# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*


Loading

0 comments on commit 55f2582

Please sign in to comment.