Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
6c0eecf
Dgs/unity 6 update (#181)
RikuTheFuffs Jun 5, 2024
d5a19f8
chore: (Dedicated game server) updated version badge in README
RikuTheFuffs Jun 5, 2024
447450b
Deprecation of "Invaders" sample (#186)
RikuTheFuffs Jun 21, 2024
88f92d3
Feat: Multiplayer Use Cases UI toolkit implementation [MTT-7497] (#184)
Elfi0Kuhndorf Jul 1, 2024
aeebc5f
mtt-8638-Separate-PR-Triggers-per-project (#195)
harshala-rajesh Jul 10, 2024
47f7b13
Merge branch 'main' into develop
fernando-cortez Jul 18, 2024
f60fb52
feat: Distributed Authority Sample initial project setup with scene &…
fernando-cortez Jul 26, 2024
3207646
feat: DistributedAuthoritySample Netcode for GameObjects & Multiplaye…
fernando-cortez Aug 6, 2024
d2ce416
feat: DedicatedGameServer sample upgraded to Netcode for GameObjects …
fernando-cortez Aug 7, 2024
a4b1009
feat: Distributed Authority Sample player locomotion [MTT-8898] (#200)
fernando-cortez Aug 8, 2024
2c28e2b
chore: updated README to provide a clear path to the onboarding resou…
RikuTheFuffs Aug 12, 2024
6c09055
feat: distributed authority sample - adding assembly definitions [MTT…
fernando-cortez Aug 15, 2024
6aee809
Usecases design feedback for out-of-experimental release (MTT-7498) (…
RikuTheFuffs Aug 21, 2024
6f0f550
[MTT-8878] [MTT-8909] Feat: Distributed Authority sample Blockout + V…
Elfi0Kuhndorf Aug 21, 2024
dbfa317
feat: Distributed Authority Sample Avatar interactions (pick up & thr…
fernando-cortez Aug 21, 2024
052ac60
[MTT-8908] Feat: Adding PigChef character and necessary animations (#…
Elfi0Kuhndorf Aug 22, 2024
c0bda78
chore: moved "MultiplayerUseCases" sample to the "basic" folder, and …
RikuTheFuffs Aug 29, 2024
b1529d9
chore: updated changelogs with 1.7.0 release notes
RikuTheFuffs Aug 29, 2024
5d01bf9
feat: distributed authority sample collisions + damage [MTT-9026] (#211)
fernando-cortez Aug 30, 2024
305e2c8
merging main
fernando-cortez Sep 3, 2024
fac7ad0
feat: AvatarAnimator to integrate locomotion animations, Market scene…
fernando-cortez Sep 4, 2024
0a086af
feat: Distributed Authority Sample - interactions animation integrati…
fernando-cortez Sep 4, 2024
8627537
[MTT-9001] Feat/distributed authority sample camera system (#210)
Elfi0Kuhndorf Sep 6, 2024
08bc045
feat: Distributed Authority Sample - player spawn points [MTT-8899] (…
fernando-cortez Sep 9, 2024
33695e6
Multiplayer Use cases - Unity 6 update (#218)
RikuTheFuffs Sep 11, 2024
a09b8ee
feat: Distributed Authority Sample - upgrade to Netcode for GameObjec…
fernando-cortez Sep 11, 2024
56845f9
fix: Distributed Authority Sample - Jitter on FixedJoint connected bo…
fernando-cortez Sep 11, 2024
95e29fb
feat: Distributed Authority Sample - destructibles placement, RNSM ad…
fernando-cortez Sep 11, 2024
bd6c778
[MTT-9072] Fix/distributed authority sample/collider adjustments hub …
Elfi0Kuhndorf Sep 11, 2024
e2b74c8
feat: Distributed Authority Sample - NGO 2.0.0, Multiplayer Services …
fernando-cortez Oct 2, 2024
a360aa6
[MTT-8894] Adding Main Menu UI for Distributed Authority Sample (#227)
Elfi0Kuhndorf Oct 10, 2024
2977072
Multiplayer Use cases for Unity 6 - usability improvements (#228)
RikuTheFuffs Oct 14, 2024
4b7adde
[MTT-8885][MTT-9033] Feat/distributed authority sample destruction lo…
Elfi0Kuhndorf Oct 15, 2024
b50d1f8
[MTT-9094] [MTT-8906] [MTT-9092] Integrate ingame UI (#230)
hammerlerobi Oct 17, 2024
9bdbf13
fix: Remove shader define FORWARD_PLUS (#232)
hammerlerobi Oct 18, 2024
8aeb8d4
Multiplayer Use Cases: package/project upgrades (#231)
RikuTheFuffs Oct 18, 2024
869e58c
Usecases/style improvements network manager (#235)
hammerlerobi Oct 21, 2024
a56d04e
chore: updated changelog [skip ci]
RikuTheFuffs Oct 21, 2024
381783a
chore: updated changelog [skip ci]
RikuTheFuffs Oct 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ projects:
- name: multiplayerusecases
path: Basic/MultiplayerUseCases
test_editors:
- 2022.3
- 6000.0.23
run_editor_tests: !!bool true
run_playmode_tests: !!bool false
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
disabledShaderPasses:
- MOTIONVECTORS
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
Expand Down Expand Up @@ -115,6 +116,7 @@ Material:
- _EmissionColor: {r: 0.06847818, g: 0.1559265, b: 0.2874409, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1
--- !u!114 &3283647765994282847
MonoBehaviour:
m_ObjectHideFlags: 11
Expand All @@ -127,4 +129,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7
version: 9
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7
version: 9
--- !u!21 &2100000
Material:
serializedVersion: 8
Expand All @@ -35,7 +35,8 @@ Material:
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
disabledShaderPasses:
- MOTIONVECTORS
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
Expand Down Expand Up @@ -98,8 +99,11 @@ Material:
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AddPrecomputedVelocity: 0
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
Expand All @@ -108,6 +112,7 @@ Material:
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _DstBlendAlpha: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 0
- _Glossiness: 0
Expand All @@ -125,6 +130,7 @@ Material:
- _SpecSource: 0
- _SpecularHighlights: 0
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _WorkflowMode: 1
- _ZWrite: 1
Expand All @@ -134,3 +140,4 @@ Material:
- _EmissionColor: {r: 0.0125, g: 0.025000006, b: 0.05, a: 1}
- _SpecColor: {r: 0.19999892, g: 0.19999892, b: 0.19999892, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1
11 changes: 9 additions & 2 deletions Basic/MultiplayerUseCases/Assets/Common/Materials/Ground.mat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7
version: 9
--- !u!21 &2100000
Material:
serializedVersion: 8
Expand All @@ -32,7 +32,8 @@ Material:
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
disabledShaderPasses:
- MOTIONVECTORS
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
Expand Down Expand Up @@ -95,8 +96,11 @@ Material:
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AddPrecomputedVelocity: 0
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
Expand All @@ -105,6 +109,7 @@ Material:
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _DstBlendAlpha: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 1
- _Glossiness: 0.5
Expand All @@ -119,6 +124,7 @@ Material:
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _UVSec: 0
- _WorkflowMode: 1
Expand All @@ -129,3 +135,4 @@ Material:
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7
version: 9
--- !u!21 &2100000
Material:
serializedVersion: 8
Expand All @@ -36,6 +36,7 @@ Material:
disabledShaderPasses:
- DepthOnly
- SHADOWCASTER
- MOTIONVECTORS
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
Expand Down Expand Up @@ -135,3 +136,4 @@ Material:
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7
version: 9
--- !u!21 &2100000
Material:
serializedVersion: 8
Expand All @@ -33,7 +33,8 @@ Material:
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
disabledShaderPasses:
- MOTIONVECTORS
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
Expand Down Expand Up @@ -130,3 +131,4 @@ Material:
- _EmissionColor: {r: 0.011764706, g: 0.14901961, b: 0.0627451, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1
11 changes: 9 additions & 2 deletions Basic/MultiplayerUseCases/Assets/Common/Materials/Wall.mat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Material:
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
disabledShaderPasses:
- MOTIONVECTORS
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
Expand Down Expand Up @@ -82,8 +83,11 @@ Material:
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AddPrecomputedVelocity: 0
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
Expand All @@ -92,6 +96,7 @@ Material:
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _DstBlendAlpha: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 1
- _Glossiness: 0.5
Expand All @@ -106,6 +111,7 @@ Material:
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _UVSec: 0
- _WorkflowMode: 1
Expand All @@ -116,6 +122,7 @@ Material:
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1
--- !u!114 &2846857423197095318
MonoBehaviour:
m_ObjectHideFlags: 11
Expand All @@ -128,4 +135,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7
version: 9
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3}
m_Name: Universal Render Pipeline Asset
m_EditorClassIdentifier:
k_AssetVersion: 11
k_AssetPreviousVersion: 11
k_AssetVersion: 12
k_AssetPreviousVersion: 12
m_RendererType: 1
m_RendererData: {fileID: 0}
m_RendererDataList:
Expand All @@ -33,6 +33,14 @@ MonoBehaviour:
m_EnableLODCrossFade: 1
m_LODCrossFadeDitheringType: 1
m_ShEvalMode: 0
m_LightProbeSystem: 0
m_ProbeVolumeMemoryBudget: 1024
m_ProbeVolumeBlendingMemoryBudget: 256
m_SupportProbeVolumeGPUStreaming: 0
m_SupportProbeVolumeDiskStreaming: 0
m_SupportProbeVolumeScenarios: 0
m_SupportProbeVolumeScenarioBlending: 0
m_ProbeVolumeSHBands: 1
m_MainLightRenderingMode: 1
m_MainLightShadowsSupported: 1
m_MainLightShadowmapResolution: 2048
Expand Down Expand Up @@ -67,21 +75,30 @@ MonoBehaviour:
m_SupportsLightLayers: 0
m_DebugLevel: 0
m_StoreActionsOptimization: 0
m_EnableRenderGraph: 0
m_UseAdaptivePerformance: 1
m_ColorGradingMode: 0
m_ColorGradingLutSize: 32
m_AllowPostProcessAlphaOutput: 0
m_UseFastSRGBLinearConversion: 0
m_SupportDataDrivenLensFlare: 1
m_SupportScreenSpaceLensFlare: 1
m_GPUResidentDrawerMode: 0
m_SmallMeshScreenPercentage: 0
m_GPUResidentDrawerEnableOcclusionCullingInCameras: 0
m_ShadowType: 1
m_LocalShadowsSupported: 0
m_LocalShadowsAtlasResolution: 256
m_MaxPixelLights: 0
m_ShadowAtlasResolution: 256
m_VolumeFrameworkUpdateMode: 0
m_Textures:
blueNoise64LTex: {fileID: 2800000, guid: e3d24661c1e055f45a7560c033dbb837, type: 3}
bayerMatrixTex: {fileID: 2800000, guid: f9ee4ed84c1d10c49aabb9b210b0fc44, type: 3}
m_VolumeProfile: {fileID: 0}
apvScenesData:
obsoleteSceneBounds:
m_Keys: []
m_Values: []
obsoleteHasProbeVolumes:
m_Keys: []
m_Values:
m_PrefilteringModeMainLightShadows: 1
m_PrefilteringModeAdditionalLight: 4
m_PrefilteringModeAdditionalLightShadows: 1
Expand All @@ -92,6 +109,7 @@ MonoBehaviour:
m_PrefilterDebugKeywords: 0
m_PrefilterWriteRenderingLayers: 0
m_PrefilterHDROutput: 0
m_PrefilterAlphaOutput: 0
m_PrefilterSSAODepthNormals: 0
m_PrefilterSSAOSourceDepthLow: 0
m_PrefilterSSAOSourceDepthMedium: 0
Expand All @@ -104,7 +122,15 @@ MonoBehaviour:
m_PrefilterDBufferMRT1: 0
m_PrefilterDBufferMRT2: 0
m_PrefilterDBufferMRT3: 0
m_PrefilterSoftShadowsQualityLow: 0
m_PrefilterSoftShadowsQualityMedium: 0
m_PrefilterSoftShadowsQualityHigh: 0
m_PrefilterSoftShadows: 0
m_PrefilterScreenCoord: 0
m_PrefilterNativeRenderPass: 0
m_PrefilterUseLegacyLightmaps: 0
m_ShaderVariantLogLevel: 0
m_ShadowCascades: 0
m_Textures:
blueNoise64LTex: {fileID: 2800000, guid: e3d24661c1e055f45a7560c033dbb837, type: 3}
bayerMatrixTex: {fileID: 2800000, guid: f9ee4ed84c1d10c49aabb9b210b0fc44, type: 3}
Loading