mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 04:23:04 +00:00
Add NetworkTransform to ped prefab
This commit is contained in:
parent
25c9943be1
commit
568ba31690
1 changed files with 15 additions and 0 deletions
|
@ -312,6 +312,7 @@ GameObject:
|
|||
- component: {fileID: 114879899237604226}
|
||||
- component: {fileID: 114220037769542022}
|
||||
- component: {fileID: 8031585062060932984}
|
||||
- component: {fileID: 4594788420466467901}
|
||||
m_Layer: 11
|
||||
m_Name: Ped
|
||||
m_TagString: Player
|
||||
|
@ -457,6 +458,20 @@ MonoBehaviour:
|
|||
localPlayerAuthority: 0
|
||||
m_AssetId: 9d45d42a7408c1e4ab325d6840364b84
|
||||
m_SceneId: 0
|
||||
--- !u!114 &4594788420466467901
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1273918895060814}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 2f74aedd71d9a4f55b3ce499326d45fb, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
syncInterval: 0.1
|
||||
compressRotation: 1
|
||||
--- !u!1 &1531309216951106
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
Loading…
Reference in a new issue