Skip to content

Commit ab06631

Browse files
JulienIgnace-UnitypmavridisFrancescoC-unitysebastienlagardejohnpars
authored
Changed Ambient Mode to Dynamic by default (#5465)
* [HDRP] Fix AxF debug output in certain configurations (#4641) * Fix AxF debug output in certain configurations. * Update comment * Fix SSR accumulation white flash (#4648) * Fix white flash * changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Display Info Box when MSAA + ray tracing is onr (#4627) * Show info box when ray tracing is enabled. * Changelog * Move below MSAA Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix distortion when resizing the window in player builds with the Graphics Compositor enabled (#4593) Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Add support for the camera bridge in the graphics compositor (#4599) * Fix Jittered Project Matrix Infinite Far Clip Plane (#4638) * Reconstruct jittered projection matrix far plane (for Infinite ) * Changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fixed a memory leak related to not disposing of the RTAS at the end HDRP's lifecycle. (#4688) Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix custom pass utils Blur + Copy overdraw. (#4623) * Fix overdraw in custom pass utils blur function * Updated changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix draw procedural invalid pass idx 1 on first template load (#4632) * Fix * changelog * Force sync compilation for TAA Co-authored-by: CifaCia <f.cifariellociardi@gmail.com> Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Changed light reset to preserve type (#4624) Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Revert "Add support for the camera bridge in the graphics compositor (#4599)" This reverts commit 2325e3f. * AxF carpaint: Fix a compilation issue on Vulkan until the cpp HLSLcc side is updated. (case 1335737, related to 1314040) (#4691) Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Revert "Revert "Add support for the camera bridge in the graphics compositor (#4599)"" This reverts commit 30fffd5. * revert: Fix distortion when resizing the window in player builds with the Graphi * Fixed the ray traced sub subsurface scattering debug mode not displaying only the RTSSS Data (case 1332904). (#4626) * Fixed the ray traced sub subsurface scattering debug mode not displaying only the RTSSS Data (case 1332904). * Add test scene Co-authored-by: Remi Chapelain <remi.chapelain@unity3d.com> Co-authored-by: Sebastien Lagarde <sebastien@unity3d.com> * Fix for discrepancies in saturation and intensity between screen space refraction and probe refraction (#4653) * Delete the second transmittance mul * Changelog Co-authored-by: Sebastien Lagarde <sebastien@unity3d.com> * Fix a Divide-by-Zero Warning for some Anisotropic Models (Fabric, Lit) (#4636) * Initialize the shading normal to a non-zero value for anisotropy * Changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * [HDRP] Fix VfX lit particle AOV output color space (#4646) * Fix VfX lit particle aov output color space * Update comment Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * [HDRP][Path Tracing] Fixed transparent unlit (#4605) * Fixed issue with transparent unlit. * Updated changelog. * Reverted accidental change to default mtl. Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix distortion with MSAA (#4711) * Fix contact shadow debug views (#4720) * Fix * changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Update Decal-Projector.md (#4695) * [HDRP] Fixed nullref when deleting the texture asset assigned in a local volumetric fog volume (#4728) * Fixed nullref when deleting the 3D mask of a density volume (case 1339330) * Updated changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix decal layer enum (#4753) * Fix typo * Fixed reflection probes being injected into the ray tracing light cluster even if not baked (case 1329083). (#4640) Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Ignore hybrid duplicated reflection probes during light baking (#4663) * Ignore hybrid duplicated reflection probes during light baking * test path instead of scene Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix double sided option moving when toggling it in the material UI (#4725) * Fix double sided option moving when toggling it in the material UI (case 1328877) * Updated changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix formatting * Fix volumetric fog in planar reflections (#4736) * Fix planar reflection * changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix motion blur compute dispatch size (#4737) Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * - Updated the recursive rendering documentation (case 1338639). (#4759) * - Updated the recursive rendering documentation (case 1338639). * review fixes Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix issue with OnDemand directional shadow map being corrupted when reflection probe are updated same frame (#4812) * Don't mark as rendered for reflection probes as we want the cached version to be from main view * Do the thing just for directional * Doc update * changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix cropping issue with the compositor camera bridge (#4802) Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix for unused resources in depth of field (#4796) * Removing the word Radii from exposure settings (#4854) * Rename in UX * Update docs * [HDRP][Path Tracing] Support for shadow mattes (#4745) * Shadow matte support. * Updated changelog. * Only take occluders into account, closer match to raster mode. * Added test scene. Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Revert "[HDRP][Path Tracing] Support for shadow mattes (#4745)" This reverts commit 85ebbc2. * Fixed the transparent cutoff not working properly in semi-transparent and color shadows (case 1340234). (#4756) * Fixed the transparent cutoff not working properly in semi-transparent and color shadows (case 1340234). * Update test ref image Co-authored-by: Remi Chapelain <remi.chapelain@unity3d.com> Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Use non jittered projection in outline pass (#4836) Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * [HDRP][Path Tracing] Sky settings now properly taken into account when using recorder (#4856) * Make sure sky settings are correctly set when recording. * Updated changelog. Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix Resolution Issues for Physically Based Depth of Field (#4848) * Add the necesarry texture coordinate clamping for RTHandle for color pyramid sampling * Add some resolution independence, fitted for 1920x1080 * Changelog * Switch back to point sampling from trilinear, with commentary * Update test reference images * Small correction to the point sampling, always sample mip 0. * Re-update the test images, for mip 0 color sampling * Use a simpler UV scaling/clamping since we are now point sampling. Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fixed bug introduced by sky-for-recorder support. (#4906) * [Fogbugz 1341576] Memory leaks when the player is paused, and the user changes pipeline… (#4845) * Memory leaks when the player is paused, and the user changes pipeline settings * changelog * [HDRP] Fixed shadergraph double save (#4916) * Don't need to save twice shadergraph the first time we create a graph * Updated changelog * Write 0 instead of micro sized motion vectors + fix extremely fast velocities (#4820) * Kill micromovements. * Do same for camera * Debug view update * Changelog * Remove unnecessary comment * Fix excessive velocity end up marked as no velocity Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * [HDRP] Fix material upgrader (#4821) * Fix HDRP material upgrade failing when there is a texture inside the builtin resources assigned in the material * Updated changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * [HDRP] Fix custom pass volume not executed in scene view (#4860) * Fix custom pass volume not executed in scene view because of the volume culling mask * Updated changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix reflection probe tootltip (#4890) Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Updated the Physically Based Sky documentation for baked lights (#4891) * Updated the Physically Based Sky documentation for baked lights * Rewrite Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fixed remapping of depth pyramid debug (#4893) * Fixed remapping of depth pyramid debug * Removed debug pragma * Update changelog * Updated tooltip * Fix wobble-like (or tearing-like) SSAO issues when temporal reprojection is enabled. (#4895) * Fix AO perceived wobble * changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix Asymmetric Projection Matrices and Fog / Pathtracing (#4926) * Check for asymmetric projections and choose the generic path if so. * Fix asymmetric projections for the pathtracer ray generation. * Changelog * Simplify the matrix multiplication for computing the generic matrix. Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Revert: Fix wobble-like (or tearing-like) SSAO issues when temporal reprojection… * Fix GBuffer depth debug mode (#5054) * Fixed Volume Gizmo size when rescaling parent GameObject (#4915) * Fix Vertex Color Mode documentation (#4976) * Fix wobble-like (or tearing-like) SSAO issues when temporal reprojection is enabled. (#4986) * Fix AO perceived wobble * changelog * Update screenshots Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix formatting in NestedOverrideCameraRendering * [HDRP] Fix white flash with SSR when resetting camera history (#5089) * Fix white flash with SSR when resetting camera history * Move branch login inside GetPreviousExposureTexture * Fix for fixed exposure * [Fobguz # 1348357] VFX Particle templates missing stencil flags (#5080) * Adding missing macro for stencil flags in particle forward shaders. This will let flags like TAA Reject be useful * Changelog * Fix object disappearing from lookdev (#5063) * Fixed objects disappearing from Lookdev window when entering playmode (case 1309368). * Updated changelog * Added hideflags in Lookdev context * [HDRP] Fix render object after taa jittering (#5088) * Add a pass after TAA to restore non jittered matrices * updated changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix GC alloc in hd/bugfix branch (#5134) * Fixed GC alloc on hd/bugfix branch * Fix GC alloc again * Fix refraction tile artifacts near reflection probe edges (#4727) * Pick the right probe at object center instead of tile granularity. * changelog * Missing commit * Move stuff in lightloop and out of prelightData * Update LightLoop.hlsl * Formatting Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix camera rotation uncontrollable with low framerate (#5076) * Fix camera rotation uncontrollable with low framerate. * updated changelog * Clearing out render targets and randmo write targets on pipeline destruction (#5176) Changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fixed a null ref exception when adding a new environment to the library. (#5131) * Fixed a null ref exception when adding a new environment to the library. * Update changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * FogBugz#1348462 - Wait for accessing the HDProjectSettings instance as it was before. (#5141) * Fix nullref in volume system after deleting a volume object (#5161) * Fix nullref in volume system after deleting a volume object (case 1348374) * Updated changelog Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * [HDRP] Fix APV UI loosing focus when changing a param (#5219) * Fixed the APV UI losing focus when the helpbox about baking appears in the probe volume. * Small changes (#5220) * Fix update order in Graphics Compositor causing jumpy camera updates (#5235) * Prevent material from having infinite intensity (#5132) * Prevent material from having infinite intensity * Fix switching from ldr to hdr emissive * Fix input field precision * Round the max value * Make two variables Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * [HDRP] Adding limitations of decal emissive positive contribution to the documentation (#5237) * Add emissive positive contribution limitation to the doc * changelog * Update CHANGELOG.md * Update Decal-Projector.md * Update Decal-Shader.md Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * [HDRP] Fix issue with path tracing when switching between non-persistent cameras (#5246) * Fix issue with path traceing accumulation when switching between cameras. * Check if camera history is persistent Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * removed undesired files * Fix log base (#5260) * [HDRP] Fixed mask value stored by the LayerMaskParameter class (#5250) * Fixed value stored by the layer mask parameter class. * Updated changelog. Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * [HDRP][DXR] Make vertex color default to 1.0 instead of 0.0 (#5268) * When raytracing, make vertex color default to white if not present. * Updated Changelog. * Added comment. * Fix issue with 0-sized dispatch with extremely low resolutions (#5272) * Ceil to int instead. * changelog * [HDRP] Fix incorrect light list indexing when TAA is enabled (#5287) * Fix incorrect light list indexing when TAA is enabled * Better handle XR Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix incorrect additiona velocity for alembic (#5304) * Fixed LUT initialization in Wireframe mode (#5156) Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * [HDRP] [LightExplorer] Fix missing refreshwhen editing property with a running paused editor. (#5321) * Update HDLightExplorerExtension.cs * Update CHANGELOG.md * Visual Environment component ambient mode now defaults to Dynamic. * Update changelog * Updated test scene with correct ambient mode after the change * Missing files * Last scene fix * Fixed changelog * Fixed VFX tests Co-authored-by: Pavlos Mavridis <pavlos.mavridis@unity3d.com> Co-authored-by: FrancescoC-unity <43168857+FrancescoC-unity@users.noreply.github.com> Co-authored-by: sebastienlagarde <sebastien@unity3d.com> Co-authored-by: John Parsaie <johnpa@unity3d.com> Co-authored-by: anisunity <42026998+anisunity@users.noreply.github.com> Co-authored-by: Antoine Lelievre <antoinel@unity3d.com> Co-authored-by: CifaCia <f.cifariellociardi@gmail.com> Co-authored-by: Adrien de Tocqueville <adrien.tocqueville@unity3d.com> Co-authored-by: slunity <37302815+slunity@users.noreply.github.com> Co-authored-by: Remi Chapelain <remi.chapelain@unity3d.com> Co-authored-by: Emmanuel Turquin <emmanuel@turquin.org> Co-authored-by: Adrian1066 <44636759+Adrian1066@users.noreply.github.com> Co-authored-by: Kleber Garcia <kleber.garcia@unity3d.com> Co-authored-by: alex-vazquez <76204843+alex-vazquez@users.noreply.github.com> Co-authored-by: Rémi Chapelain <57442369+remi-chapelain@users.noreply.github.com> Co-authored-by: Remi Slysz <40034005+RSlysz@users.noreply.github.com>
1 parent 6158733 commit ab06631

File tree

50 files changed

+5691
-3303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+5691
-3303
lines changed

TestProjects/HDRP_Tests/Assets/GraphicTests/Scenes/1x_Materials/1213_Lit_anisotropy/Scene Settings Profile.asset

Lines changed: 90 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ MonoBehaviour:
3131
skyType:
3232
m_OverrideState: 1
3333
m_Value: 1
34+
cloudType:
35+
m_OverrideState: 0
36+
m_Value: 0
37+
skyAmbientMode:
38+
m_OverrideState: 1
39+
m_Value: 0
40+
windOrientation:
41+
m_OverrideState: 0
42+
m_Value: 0
43+
windSpeed:
44+
m_OverrideState: 0
45+
m_Value: 100
3446
fogType:
3547
m_OverrideState: 1
3648
m_Value: 0
@@ -50,8 +62,6 @@ MonoBehaviour:
5062
rotation:
5163
m_OverrideState: 1
5264
m_Value: 0
53-
min: 0
54-
max: 360
5565
skyIntensityMode:
5666
m_OverrideState: 1
5767
m_Value: 0
@@ -61,11 +71,12 @@ MonoBehaviour:
6171
multiplier:
6272
m_OverrideState: 1
6373
m_Value: 1
64-
min: 0
6574
upperHemisphereLuxValue:
6675
m_OverrideState: 1
6776
m_Value: 2.2355762
68-
min: 0
77+
upperHemisphereLuxColor:
78+
m_OverrideState: 0
79+
m_Value: {x: 0, y: 0, z: 0}
6980
desiredLuxValue:
7081
m_OverrideState: 1
7182
m_Value: 20000
@@ -75,10 +86,84 @@ MonoBehaviour:
7586
updatePeriod:
7687
m_OverrideState: 1
7788
m_Value: 0
78-
min: 0
7989
includeSunInBaking:
8090
m_OverrideState: 1
8191
m_Value: 0
8292
hdriSky:
8393
m_OverrideState: 1
8494
m_Value: {fileID: 8900000, guid: 9c13f7d97fda704439868458dc2385ed, type: 3}
95+
distortionMode:
96+
m_OverrideState: 0
97+
m_Value: 0
98+
flowmap:
99+
m_OverrideState: 0
100+
m_Value: {fileID: 0}
101+
upperHemisphereOnly:
102+
m_OverrideState: 0
103+
m_Value: 1
104+
scrollOrientation:
105+
m_OverrideState: 0
106+
m_Value:
107+
mode: 1
108+
customValue: 0
109+
additiveValue: 0
110+
multiplyValue: 1
111+
scrollSpeed:
112+
m_OverrideState: 0
113+
m_Value:
114+
mode: 1
115+
customValue: 100
116+
additiveValue: 0
117+
multiplyValue: 1
118+
enableBackplate:
119+
m_OverrideState: 0
120+
m_Value: 0
121+
backplateType:
122+
m_OverrideState: 0
123+
m_Value: 0
124+
groundLevel:
125+
m_OverrideState: 0
126+
m_Value: 0
127+
scale:
128+
m_OverrideState: 0
129+
m_Value: {x: 32, y: 32}
130+
projectionDistance:
131+
m_OverrideState: 0
132+
m_Value: 16
133+
plateRotation:
134+
m_OverrideState: 0
135+
m_Value: 0
136+
plateTexRotation:
137+
m_OverrideState: 0
138+
m_Value: 0
139+
plateTexOffset:
140+
m_OverrideState: 0
141+
m_Value: {x: 0, y: 0}
142+
blendAmount:
143+
m_OverrideState: 0
144+
m_Value: 0
145+
shadowTint:
146+
m_OverrideState: 0
147+
m_Value: {r: 0.5, g: 0.5, b: 0.5, a: 1}
148+
pointLightShadow:
149+
m_OverrideState: 0
150+
m_Value: 0
151+
dirLightShadow:
152+
m_OverrideState: 0
153+
m_Value: 0
154+
rectLightShadow:
155+
m_OverrideState: 0
156+
m_Value: 0
157+
m_SkyVersion: 1
158+
enableDistortion:
159+
m_OverrideState: 0
160+
m_Value: 0
161+
procedural:
162+
m_OverrideState: 0
163+
m_Value: 1
164+
scrollDirection:
165+
m_OverrideState: 0
166+
m_Value: 0
167+
m_ObsoleteScrollSpeed:
168+
m_OverrideState: 0
169+
m_Value: 1

TestProjects/HDRP_Tests/Assets/GraphicTests/Scenes/1x_Materials/1214_Lit_LowResTransparent.unity

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Transform:
153153
m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068}
154154
m_LocalPosition: {x: -10.02, y: -0.94, z: -0.01785475}
155155
m_LocalScale: {x: 2.5, y: 2.5, z: 1}
156+
m_ConstrainProportionsScale: 0
156157
m_Children: []
157158
m_Father: {fileID: 1560707990}
158159
m_RootOrder: 3
@@ -312,7 +313,7 @@ PrefabInstance:
312313
- target: {fileID: 114777190906822814, guid: c07ace9ab142ca9469fa377877c2f1e7,
313314
type: 3}
314315
propertyPath: m_Version
315-
value: 7
316+
value: 8
316317
objectReference: {fileID: 0}
317318
- target: {fileID: 114777190906822814, guid: c07ace9ab142ca9469fa377877c2f1e7,
318319
type: 3}
@@ -587,6 +588,7 @@ Transform:
587588
m_LocalRotation: {x: 0.12893414, y: -0, z: -0, w: 0.99165314}
588589
m_LocalPosition: {x: 0, y: -0.23820874, z: -0.19019747}
589590
m_LocalScale: {x: 1, y: 1, z: 1}
591+
m_ConstrainProportionsScale: 0
590592
m_Children:
591593
- {fileID: 150555374}
592594
- {fileID: 1560707990}
@@ -622,6 +624,7 @@ Transform:
622624
m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068}
623625
m_LocalPosition: {x: -10.05, y: 1.76, z: -0.02}
624626
m_LocalScale: {x: 2.5, y: 2.5, z: 1}
627+
m_ConstrainProportionsScale: 0
625628
m_Children: []
626629
m_Father: {fileID: 1560707990}
627630
m_RootOrder: 2
@@ -821,6 +824,7 @@ MonoBehaviour:
821824
m_BarnDoorAngle: 90
822825
m_BarnDoorLength: 0.05
823826
m_preserveCachedShadow: 0
827+
m_OnDemandShadowRenderOnPlacement: 1
824828
m_ShadowCascadeRatios:
825829
- 0.05
826830
- 0.2
@@ -836,7 +840,6 @@ MonoBehaviour:
836840
useOldInspector: 0
837841
useVolumetric: 1
838842
featuresFoldout: 1
839-
showAdditionalSettings: 0
840843
m_AreaLightEmissiveMeshShadowCastingMode: 0
841844
m_AreaLightEmissiveMeshMotionVectorGenerationMode: 0
842845
m_AreaLightEmissiveMeshLayer: -1
@@ -920,6 +923,7 @@ Transform:
920923
m_LocalRotation: {x: 0.38268343, y: 0, z: 0, w: 0.92387956}
921924
m_LocalPosition: {x: 0, y: 0, z: 0}
922925
m_LocalScale: {x: 1, y: 1, z: 1}
926+
m_ConstrainProportionsScale: 0
923927
m_Children: []
924928
m_Father: {fileID: 0}
925929
m_RootOrder: 2
@@ -1016,6 +1020,7 @@ Transform:
10161020
m_LocalRotation: {x: -0.13211717, y: -0, z: -0, w: 0.9912341}
10171021
m_LocalPosition: {x: -10.628, y: -3.2892313, z: -0.3983413}
10181022
m_LocalScale: {x: 2, y: 2, z: 2}
1023+
m_ConstrainProportionsScale: 0
10191024
m_Children: []
10201025
m_Father: {fileID: 0}
10211026
m_RootOrder: 5
@@ -1112,6 +1117,7 @@ Transform:
11121117
m_LocalRotation: {x: -0.13211717, y: -0, z: -0, w: 0.9912341}
11131118
m_LocalPosition: {x: -14.967999, y: -3.2892313, z: -0.3983413}
11141119
m_LocalScale: {x: 2, y: 2, z: 2}
1120+
m_ConstrainProportionsScale: 0
11151121
m_Children: []
11161122
m_Father: {fileID: 0}
11171123
m_RootOrder: 8
@@ -1208,6 +1214,7 @@ Transform:
12081214
m_LocalRotation: {x: -0.13211717, y: -0, z: -0, w: 0.9912341}
12091215
m_LocalPosition: {x: -10.628, y: 1.6230732, z: -1.7315147}
12101216
m_LocalScale: {x: 2, y: 2, z: 2}
1217+
m_ConstrainProportionsScale: 0
12111218
m_Children: []
12121219
m_Father: {fileID: 0}
12131220
m_RootOrder: 3
@@ -1241,6 +1248,7 @@ Transform:
12411248
m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068}
12421249
m_LocalPosition: {x: -10.02, y: -3.01, z: -0.02}
12431250
m_LocalScale: {x: 2.5, y: 2.5, z: 1}
1251+
m_ConstrainProportionsScale: 0
12441252
m_Children: []
12451253
m_Father: {fileID: 1560707990}
12461254
m_RootOrder: 4
@@ -1419,6 +1427,7 @@ Transform:
14191427
m_LocalRotation: {x: -0.13211717, y: -0, z: -0, w: 0.9912341}
14201428
m_LocalPosition: {x: -14.967999, y: -0.7896553, z: -1.0767106}
14211429
m_LocalScale: {x: 2, y: 2, z: 2}
1430+
m_ConstrainProportionsScale: 0
14221431
m_Children: []
14231432
m_Father: {fileID: 0}
14241433
m_RootOrder: 7
@@ -1515,6 +1524,7 @@ Transform:
15151524
m_LocalRotation: {x: -0.13211717, y: -0, z: -0, w: 0.9912341}
15161525
m_LocalPosition: {x: -10.628, y: -0.7896553, z: -1.0767106}
15171526
m_LocalScale: {x: 2, y: 2, z: 2}
1527+
m_ConstrainProportionsScale: 0
15181528
m_Children: []
15191529
m_Father: {fileID: 0}
15201530
m_RootOrder: 4
@@ -1548,6 +1558,7 @@ Transform:
15481558
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
15491559
m_LocalPosition: {x: -2.68, y: 2.941782, z: 0}
15501560
m_LocalScale: {x: 3, y: 3, z: 3}
1561+
m_ConstrainProportionsScale: 0
15511562
m_Children: []
15521563
m_Father: {fileID: 1560707990}
15531564
m_RootOrder: 1
@@ -1726,6 +1737,7 @@ Transform:
17261737
m_LocalRotation: {x: -0.13211717, y: -0, z: -0, w: 0.9912341}
17271738
m_LocalPosition: {x: -14.967999, y: 1.6230732, z: -1.7315147}
17281739
m_LocalScale: {x: 2, y: 2, z: 2}
1740+
m_ConstrainProportionsScale: 0
17291741
m_Children: []
17301742
m_Father: {fileID: 0}
17311743
m_RootOrder: 6
@@ -1759,6 +1771,7 @@ Transform:
17591771
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
17601772
m_LocalPosition: {x: -6.818, y: 2.941782, z: 0}
17611773
m_LocalScale: {x: 3, y: 3, z: 1}
1774+
m_ConstrainProportionsScale: 0
17621775
m_Children: []
17631776
m_Father: {fileID: 1560707990}
17641777
m_RootOrder: 0
@@ -1871,6 +1884,7 @@ Transform:
18711884
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
18721885
m_LocalPosition: {x: -8.23, y: 0, z: 0}
18731886
m_LocalScale: {x: 1, y: 1, z: 1}
1887+
m_ConstrainProportionsScale: 0
18741888
m_Children:
18751889
- {fileID: 1517719156}
18761890
- {fileID: 1270125020}
@@ -1973,6 +1987,7 @@ Transform:
19731987
m_LocalRotation: {x: -0.73307997, y: -0, z: -0, w: 0.6801425}
19741988
m_LocalPosition: {x: -12.526949, y: -0.15709, z: 4.54}
19751989
m_LocalScale: {x: 2.1692, y: 1, z: 2.3152}
1990+
m_ConstrainProportionsScale: 0
19761991
m_Children: []
19771992
m_Father: {fileID: 0}
19781993
m_RootOrder: 9
@@ -2022,7 +2037,7 @@ MonoBehaviour:
20222037
m_Script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
20232038
m_Name:
20242039
m_EditorClassIdentifier:
2025-
isGlobal: 1
2040+
m_IsGlobal: 1
20262041
priority: 0
20272042
blendDistance: 0
20282043
weight: 1
@@ -2037,6 +2052,7 @@ Transform:
20372052
m_LocalRotation: {x: -0.13211717, y: -0, z: -0, w: 0.9912341}
20382053
m_LocalPosition: {x: 0, y: -0.23820874, z: -0.19019747}
20392054
m_LocalScale: {x: 1, y: 1, z: 1}
2055+
m_ConstrainProportionsScale: 0
20402056
m_Children: []
20412057
m_Father: {fileID: 0}
20422058
m_RootOrder: 1

0 commit comments

Comments
 (0)