Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0e8b493
Merge pull request #28 from Unity-Technologies/cac/feat/GAB-000-game-…
GabrielBelmonteUnity Feb 25, 2025
61ef1e3
GemHunterMatch3
GabrielBelmonteUnity Oct 10, 2025
793b9fe
gitattributes
GabrielBelmonteUnity Oct 10, 2025
227864e
Merge pull request #30 from Unity-Technologies/gem-hunter-match-3
GabrielBelmonteUnity Oct 10, 2025
56b42e2
fixes to compilation without SDKs
GabrielBelmonteUnity Oct 10, 2025
b1d886d
Merge remote-tracking branch 'origin/main' into gem-hunter-match-3
GabrielBelmonteUnity Oct 10, 2025
5782e4f
Merge pull request #31 from Unity-Technologies/gem-hunter-match-3
GabrielBelmonteUnity Oct 10, 2025
7aac3bf
Readme updates
GabrielBelmonteUnity Oct 15, 2025
74b9339
Merge pull request #32 from Unity-Technologies/gem-hunter-match-3
GabrielBelmonteUnity Oct 15, 2025
b32d057
Remove EmojiOne assets
sourcegraph-commit-signing-unity[bot] Oct 23, 2025
0727e4a
Merge pull request #33 from Unity-Technologies/remove-emojione
RoxanneCor Oct 23, 2025
73145ed
add missing UGS configs for gem hunter match 3
GabrielBelmonteUnity Jan 21, 2026
47e367d
Merge pull request #35 from Unity-Technologies/cac/gem-hunter-match-3…
GabrielBelmonteUnity Jan 21, 2026
c7b9285
Remove GooglePlayGameSettings.txt from GemHunter project settings
GabrielBelmonteUnity Apr 8, 2026
575661c
Merge pull request #37 from Unity-Technologies/cac/gem-hunter-match-3…
GabrielBelmonteUnity Apr 8, 2026
de2fad1
Merge pull request #1 from MILEHIGH-WORLDLLC/main
evanwilson-arch Apr 10, 2026
78030a3
Create SECURITY.md
evanwilson-arch Apr 10, 2026
638f856
FIXED DESCREPENCIES
evanwilson-arch Apr 10, 2026
16a3e37
evanwilson-arch/codeql-cli-binaries
evanwilson-arch Apr 10, 2026
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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.psd filter=lfs diff=lfs merge=lfs -text
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Sample Pull Request Template Description

This is a sample pull request template. You can customize it to fit your project's needs.

Don't forget to commit your template file to the repository so that it can be used for future pull requests!
132 changes: 66 additions & 66 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
# 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
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Mm]emoryCaptures/

# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

# Autogenerated Jetbrains Rider plugin
[Aa]ssets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

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

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.unitypackage

# Crashlytics generated file
crashlytics-build.properties

# Editor settings file
/[Uu]serSettings/EditorUserSettings.asset

.DS_Store
.idea/
/ProjectSettings/Packages
# 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
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Mm]emoryCaptures/
# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta
# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*
# Autogenerated Jetbrains Rider plugin
[Aa]ssets/Plugins/Editor/JetBrains*
# Visual Studio cache directory
.vs/
# Gradle cache directory
.gradle/
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta
# Unity3D generated file on crash reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
# Crashlytics generated file
crashlytics-build.properties
# Editor settings file
/[Uu]serSettings/EditorUserSettings.asset
.DS_Store
.idea/
/ProjectSettings/Packages
Empty file added .vscode/.work-folder-info
Empty file.
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"main"
],
"python.analysis.extraPaths": [
"/home/codespace/.vscode-remote/extensions/ms-security.ms-sentinel-2.0.2/python"
],
"chat.agentSkillsLocations": {
".github/skills": true,
".agents/skills": true,
".claude/skills": true,
"~/.copilot/skills": true,
"~/.agents/skills": true,
"~/.claude/skills": true,
"~/.vscode-remote/extensions/synapsevscode.synapse-1.22.0/copilot/skills": true
}
}
3 changes: 0 additions & 3 deletions Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt

This file was deleted.

156 changes: 0 additions & 156 deletions Assets/TextMesh Pro/Sprites/EmojiOne.json

This file was deleted.

Binary file removed Assets/TextMesh Pro/Sprites/EmojiOne.png
Binary file not shown.
Loading