Skip to content

Commit

Permalink
Merge pull request #14 from game-with-chat/feature/chat
Browse files Browse the repository at this point in the history
Started on chat
  • Loading branch information
tumble1999 authored Apr 26, 2024
2 parents a6dd6ac + 2bc7242 commit 45769fd
Show file tree
Hide file tree
Showing 30 changed files with 3,928 additions and 327 deletions.
6 changes: 6 additions & 0 deletions .vsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}

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.

8 changes: 8 additions & 0 deletions Assets/MVP.meta

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

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GameObject:
- component: {fileID: 2506161543952833879}
- component: {fileID: 3272807101462473041}
m_Layer: 0
m_Name: UsernameManager
m_Name: GameManager
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand All @@ -26,7 +26,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4009112124449735719}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 584.6743, y: 340.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
Expand Down Expand Up @@ -61,11 +61,11 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
NetworkObserver: {fileID: 0}
<PrefabId>k__BackingField: 12
<PrefabId>k__BackingField: 8
<SpawnableCollectionId>k__BackingField: 0
_scenePathHash: 0
_scenePathHash: 43949293
<SceneId>k__BackingField: 0
<AssetPathHash>k__BackingField: 17278004355181507242
<AssetPathHash>k__BackingField: 8033201359437930578
<IsNested>k__BackingField: 0
<ComponentIndex>k__BackingField: 0
<PredictedSpawn>k__BackingField: {fileID: 0}
Expand Down
Loading

0 comments on commit 45769fd

Please sign in to comment.