Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Economy v2 Samples #71

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
53 changes: 50 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,70 @@
# =============== #
[Tt]emp/
[Oo]bj/
[Bb]uild
[Bb]uilds
[Bb]uild/
[Bb]uilds/
[Ll]ibrary/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
sysinfo.txt

# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/

# Recordings can get excessive in size
/[Rr]ecordings/

/[Aa]ssets/AssetStoreTools*

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.aab
*.unitypackage
*.app

# Crashlytics generated file
crashlytics-build.properties

# Packed Addressables
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*

# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*

# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
[Ee]xported[Oo]bj/
*.userprefs
*.csproj
*.mdb
*.opendb
*.pdb
*.pidb
*.sln
*.suo
*.svd
*.tmp
*.user
*.unityproj
*.userprefs
*.booproj
*.VC.db
.vs/
packages/

# Gradle cache directory
.gradle/

# ============ #
# OS generated #
# ============ #
Expand Down
6 changes: 6 additions & 0 deletions Samples/Unity/PlayFabEconomyV2/.vsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}
Loading