Skip to content

Commit

Permalink
feat: adding the start of a ZeroMQ client
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Jun 25, 2024
1 parent a79bb01 commit e088d37
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ MonoBehaviour:
m_Name: AddressableAssetSettings
m_EditorClassIdentifier:
m_DefaultGroup: dd3e91c2fb312f94f9e91cb930333f25
m_CachedHash:
m_currentHash:
serializedVersion: 2
Hash: 00000000000000000000000000000000
Hash: 9b641b318e479f2a5b53e9f0b78c2657
m_OptimizeCatalogSize: 0
m_BuildRemoteCatalog: 1
m_BundleLocalCatalog: 0
Expand All @@ -32,11 +32,14 @@ MonoBehaviour:
m_ShaderBundleNaming: 0
m_ShaderBundleCustomNaming:
m_MonoScriptBundleNaming: 0
m_CheckForContentUpdateRestrictionsOption: 0
m_MonoScriptBundleCustomNaming:
m_RemoteCatalogBuildPath:
m_Id: b9d4fe275d80b0344937b8b64a14c8fd
m_RemoteCatalogLoadPath:
m_Id: c16203141b668414d8c81a01bd538046
m_ContentStateBuildPathProfileVariableName: <default settings path>
m_CustomContentStateBuildPath:
m_ContentStateBuildPath:
m_BuildAddressablesWithPlayerBuild: 2
m_overridePlayerVersion:
Expand Down Expand Up @@ -103,3 +106,4 @@ MonoBehaviour:
m_Settings: {fileID: 11400000}
m_NextInstanceId: 0
m_RegisteredServiceTypeRefs: []
m_PingTimeoutInMilliseconds: 5000
8 changes: 8 additions & 0 deletions UnityClient/Assets/Scenes/UnityMouseRenderer.unity
Original file line number Diff line number Diff line change
Expand Up @@ -2387,6 +2387,14 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4283036233171405659, guid: ac86fcfb21e595842ad0d898f2478ef9, type: 3}
propertyPath: m_text
value:
objectReference: {fileID: 0}
- target: {fileID: 4343468439778968899, guid: ac86fcfb21e595842ad0d898f2478ef9, type: 3}
propertyPath: m_text
value:
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
Expand Down
Loading

0 comments on commit e088d37

Please sign in to comment.