Skip to content

Commit

Permalink
Improve error message when upgrading cookie atlas (Unity-Technologies…
Browse files Browse the repository at this point in the history
  • Loading branch information
alelievr committed Feb 2, 2022
1 parent 02f4d5b commit cad7e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ enum Version
float planarSize = Mathf.Sqrt((int)lightLoopSettings.planarReflectionAtlasSize * (int)lightLoopSettings.planarReflectionAtlasSize * lightLoopSettings.maxPlanarReflectionOnScreen);
#pragma warning restore 618
Debug.Log("HDRP Internally changed the storage of Cube Cookie to use Octahedral Projection inside the 2D Cookie Atlas. It is recommended that you increase the size of the 2D Cookie Atlas if your cookies no longer fit.");
Debug.Log("HDRP Internally changed the storage of Cube Cookie to use Octahedral Projection inside the 2D Cookie Atlas. It is recommended that you increase the size of the 2D Cookie Atlas if your cookies no longer fit. To fix this, select your HDRP Asset and in the Inspector, go to Lighting > Cookies. In the 2D Atlas Size drop-down, select a larger cookie resolution.");
}),
MigrationStep.New(Version.RoughDistortion, (HDRenderPipelineAsset data) =>
{
Expand Down

0 comments on commit cad7e6e

Please sign in to comment.