mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 21:08:28 +00:00
add UIManager script to prefab
This commit is contained in:
parent
8c03f86241
commit
39077b1b06
1 changed files with 13 additions and 0 deletions
|
@ -768,6 +768,7 @@ GameObject:
|
|||
- component: {fileID: 4450559263798022}
|
||||
- component: {fileID: 114473132252556806}
|
||||
- component: {fileID: 821925318372548346}
|
||||
- component: {fileID: 5292052593724244546}
|
||||
m_Layer: 0
|
||||
m_Name: UI
|
||||
m_TagString: UI
|
||||
|
@ -822,6 +823,18 @@ MonoBehaviour:
|
|||
titleToDisplayWhenClientDisconnects: Client disconnected
|
||||
messageToDisplayWhenClientDisconnects: Client disconnected from server. If you want
|
||||
to connect again, you will have to restart the game.
|
||||
--- !u!114 &5292052593724244546
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1611271869868126}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 811c370837c3fcd5193972f93b509456, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
--- !u!1 &1627404700688260
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue