Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
52b1185
Added FireBase Unity Package
Acamerus Apr 22, 2025
f0fb969
Additional
Acamerus Apr 22, 2025
5800352
Add .gitignore file for Unity project
JosiahSBern Apr 22, 2025
6576d7d
Added Firebase Config (GoogleService-Info.plist)
chanielm Apr 22, 2025
af38ff9
Firebase Config Additional Files
chanielm Apr 22, 2025
9bdeedc
Enhance PlaceableObject functionality and add in colored states
JosiahSBern Apr 23, 2025
16f1732
Modified PlaceableObject for Unique IDs/Names
chanielm Apr 24, 2025
a6b1e56
Chaniel Merge 4/24
chanielm Apr 24, 2025
a777740
Added Colors to Placeable Objects
JosiahSBern Apr 24, 2025
ae0ce23
Merge branch 'Spring2025Main' into JosiahUIChanges
JosiahSBern Apr 24, 2025
83c42df
Merge pull request #2 from PKhant78/JosiahUIChanges
JosiahSBern Apr 24, 2025
ab13936
Merge 4/24
chanielm Apr 24, 2025
787b605
Revert "Merge branch 'Spring2025Main' into JosiahUIChanges"
JosiahSBern Apr 28, 2025
430bed1
Firebase integration SaveLoad
Acamerus Apr 29, 2025
fd2bca5
object ID system functioning
chanielm Apr 29, 2025
a8b05c6
Added new shaders material
JosiahSBern Apr 29, 2025
86c2d72
Merge branch 'DanielPackageTest' of https://github.com/PKhant78/Map i…
chanielm Apr 29, 2025
01ab9ec
Added outline and offset objects by 0.8
JosiahSBern May 1, 2025
500d4da
Added UI changes
JosiahSBern May 1, 2025
138c966
Updated placement logic and added double and single click logic
JosiahSBern May 4, 2025
ae1ee1c
Added Viewable Grid
JosiahSBern May 4, 2025
6476a25
New Firebase Save/Load System
chanielm May 6, 2025
5e4c6f9
Removed StandaloneFileBrowser
chanielm May 6, 2025
b76a05e
Added Save/Load Menu
chanielm May 6, 2025
8766f6d
FIxed Database Bug
chanielm May 7, 2025
0be1390
Add new placeable objects
JosiahSBern May 8, 2025
c96d629
Fixed object selection and highlighting
JosiahSBern May 8, 2025
ab9e2d6
Added Create Object Icon Scripts
JosiahSBern May 8, 2025
a409897
Merge remote-tracking branch 'origin/ChanielFirebase' into JosiahUICh…
JosiahSBern May 8, 2025
a85afab
Fixed Unity Errors
JosiahSBern May 8, 2025
9cdb74a
quick fix
chanielm May 15, 2025
cb421d8
Merge branch 'ChanielFirebase' into JosiahUIChanges
chanielm May 15, 2025
8fb3b6c
Merge pull request #6 from PKhant78/JosiahUIChanges
chanielm May 15, 2025
6f6ad57
Merge pull request #7 from PKhant78/ChanielFirebase
chanielm May 15, 2025
6d6058a
Fix object editing after placement
kyannap02 Apr 7, 2026
5998fe0
Update GvhProjectSettings.xml
kyannap02 Apr 7, 2026
6498581
Revert CalculateSizeInCells vertex fix to restore placement
kyannap02 Apr 7, 2026
d442915
Double click fix
Acamerus Apr 8, 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 .bezisidekick/.settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"1.0.0","ignored_packages":["com.unity.collab-proxy","com.unity.ide.rider","com.unity.ide.vscode","com.unity.ide.visualstudio","com.unity.visualscripting"]}
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"visualstudiotoolsforunity.vstuc"
]
}
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}
61 changes: 61 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.vs": true,
"**/.gitmodules": true,
"**/.vsconfig": true,
"**/*.booproj": true,
"**/*.pidb": true,
"**/*.suo": true,
"**/*.user": true,
"**/*.userprefs": true,
"**/*.unityproj": true,
"**/*.dll": true,
"**/*.exe": true,
"**/*.pdf": true,
"**/*.mid": true,
"**/*.midi": true,
"**/*.wav": true,
"**/*.gif": true,
"**/*.ico": true,
"**/*.jpg": true,
"**/*.jpeg": true,
"**/*.png": true,
"**/*.psd": true,
"**/*.tga": true,
"**/*.tif": true,
"**/*.tiff": true,
"**/*.3ds": true,
"**/*.3DS": true,
"**/*.fbx": true,
"**/*.FBX": true,
"**/*.lxo": true,
"**/*.LXO": true,
"**/*.ma": true,
"**/*.MA": true,
"**/*.obj": true,
"**/*.OBJ": true,
"**/*.asset": true,
"**/*.cubemap": true,
"**/*.flare": true,
"**/*.mat": true,
"**/*.meta": true,
"**/*.prefab": true,
"**/*.unity": true,
"build/": true,
"Build/": true,
"Library/": true,
"library/": true,
"obj/": true,
"Obj/": true,
"Logs/": true,
"logs/": true,
"ProjectSettings/": true,
"UserSettings/": true,
"temp/": true,
"Temp/": true
},
"dotnet.defaultSolution": "Map.sln",
"dotnet.preferCSharpExtension": true
}

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

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

3 changes: 3 additions & 0 deletions Assets/Editor Default Resources/Firebase/fb_analytics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions Assets/Editor Default Resources/Firebase/fb_analytics.png.meta

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

3 changes: 3 additions & 0 deletions Assets/Editor Default Resources/Firebase/fb_auth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions Assets/Editor Default Resources/Firebase/fb_auth.png.meta

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

3 changes: 3 additions & 0 deletions Assets/Editor Default Resources/Firebase/fb_auth_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions Assets/Editor Default Resources/Firebase/fb_auth_dark.png.meta

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading