Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: memory domains #3219

Draft
wants to merge 11 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@ SkinnedMeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 0}
- {fileID: 2100000, guid: 2cd6afc428004484186dc0747cb0580e, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down Expand Up @@ -2933,7 +2933,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!4 &7810235523801447118
Transform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -3568,6 +3568,7 @@ MonoBehaviour:
<RightLegAnchorPoint>k__BackingField: {fileID: 7773640597938076529}
<RightFootAnchorPoint>k__BackingField: {fileID: 8530642813781257132}
<RightToeBaseAnchorPoint>k__BackingField: {fileID: 3392771611989602023}
<GhostRenderer>k__BackingField: {fileID: 7122557397363988624}
--- !u!1 &8135611663119746201
GameObject:
m_ObjectHideFlags: 0
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: M_FinalGhost
m_Shader: {fileID: -6465566751694194690, guid: 439f0eca5660e77418f7c432447fe201, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- Texture2D_485d4399fc3245a886150a7a6aa92057:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SampleTexture2D_7cfe0fbfe8e84e269806828a0f117264_Texture_1:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _Texture2DAsset_0837aa1f22d24a4294ebad9857722909_Out_0:
m_Texture: {fileID: 2800000, guid: 48fea5cb8b115de4088a6d237efc7d13, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_Lightmaps:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_LightmapsInd:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_ShadowMasks:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- EdgeThickness: 2.1
- Vector1_61a7a0ad63c841748fe6f6cfb1a67e1f: 0.05
- Vector1_7db7aa7f94f5470d935a0ff14989164a: 0.05
- _EdgeThickness: 2.2
- _PatternSpeed: 0.5
- _QueueControl: 0
- _QueueOffset: 0
- _RefractionIntensity: 0
- _RefractionScale: 0
m_Colors:
- Vector2_a88edb82dce1499a9920d0c1949e324b: {r: 0.05, g: 0.035, b: 0, a: 0}
- _Color: {r: 0, g: 2.71224, b: 3.441591, a: 1}
- _PatternSpeed: {r: 0.01, g: 0.02, b: 0, a: 0}
- _RefractionSpeed: {r: 0.01, g: 0.02, b: 0, a: 0}
- _RevealNormal: {r: 0, g: -1, b: 0, a: 0}
- _RevealPosition: {r: 0, g: 0, b: 0, a: 0}
- _SecondColor: {r: 0, g: 3.9999995, b: 3.7699447, a: 0.972549}
m_BuildTextureStacks: []
--- !u!114 &2022787918843298062
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading