Everything related to chat functionality, and updating the projectile prefab to rotate properly
This commit is contained in:
parent
d92d00c83f
commit
66f84652dc
14 changed files with 1133 additions and 121 deletions
|
|
@ -1077,6 +1077,10 @@ MonoBehaviour:
|
|||
placementManager: {fileID: 1507514108}
|
||||
cameraController: {fileID: 1239994223}
|
||||
rejectionMessageDuration: 2.5
|
||||
chatMaxHeight: 280
|
||||
chatMaxMessages: 2147483647
|
||||
chatSystemColor: {r: 1, g: 0.7, b: 0.2, a: 1}
|
||||
chatPlayerColor: {r: 0.92, g: 0.92, b: 0.92, a: 1}
|
||||
--- !u!114 &1058315975
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
@ -1255,6 +1259,77 @@ BoxCollider:
|
|||
serializedVersion: 3
|
||||
m_Size: {x: 7, y: 1, z: 7}
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &1119106649
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 1119106651}
|
||||
- component: {fileID: 1119106650}
|
||||
- component: {fileID: 1119106652}
|
||||
m_Layer: 0
|
||||
m_Name: ChatService
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!114 &1119106650
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1119106649}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: d5a57f767e5e46a458fc5d3c628d0cbb, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier: Unity.Netcode.Runtime::Unity.Netcode.NetworkObject
|
||||
GlobalObjectIdHash: 4256228569
|
||||
InScenePlacedSourceGlobalObjectIdHash: 0
|
||||
DeferredDespawnTick: 0
|
||||
Ownership: 1
|
||||
AlwaysReplicateAsRoot: 0
|
||||
SynchronizeTransform: 1
|
||||
ActiveSceneSynchronization: 0
|
||||
SceneMigrationSynchronization: 0
|
||||
SpawnWithObservers: 1
|
||||
DontDestroyWithOwner: 0
|
||||
AutoObjectParentSync: 1
|
||||
SyncOwnerTransformWhenParented: 1
|
||||
AllowOwnerToParent: 0
|
||||
--- !u!4 &1119106651
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1119106649}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 19.24981, y: 0.5, z: 16.48685}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &1119106652
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1119106649}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 816890bb20c416b419e38d3d4b91ffca, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier: Assembly-CSharp::TD.Gameplay.ChatService
|
||||
ShowTopMostFoldoutHeaderGroup: 1
|
||||
--- !u!1 &1149980839
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
@ -1427,7 +1502,7 @@ MonoBehaviour:
|
|||
edgePanEnabled: 1
|
||||
minDollyDistance: 5
|
||||
maxDollyDistance: 50
|
||||
startDollyDistance: 20
|
||||
startDollyDistance: 35
|
||||
zoomSpeed: 3
|
||||
cursorAnchoredZoom: 1
|
||||
minPitchDegrees: 30
|
||||
|
|
@ -2539,3 +2614,4 @@ SceneRoots:
|
|||
- {fileID: 1149980841}
|
||||
- {fileID: 1731269687}
|
||||
- {fileID: 1755074870}
|
||||
- {fileID: 1119106651}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ MonoBehaviour:
|
|||
MapThumbnail: {fileID: 21300000, guid: d2e652d3e1c53454d80d3c1ec7888998, type: 3}
|
||||
ScenePath: Assets/_Project/Scenes/Levels/Main.unity
|
||||
AuthoringHash: 23fbb3b3dc3b0e03aa6f52cd2607c08275b33919120b2d96ea68b69ade0656f9
|
||||
LastBakeTimestamp: 2026-05-11T05:20:39.4889478Z
|
||||
LastBakeTimestamp: 2026-05-14T17:48:33.8501744Z
|
||||
LastBakeOutcome: 1
|
||||
LastBakeWarningCount: 2
|
||||
GridOriginTile: {x: 0, y: 0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue