Skip to content

Commit a646f3b

Browse files
authored
Update Technology.yaml (#850)
Update deprecation message for Compatibility Lighting ## Changes <!-- Please summarize your changes. --> Modified the description of the Compatibility Lighting and added a deprecation message <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> https://devforum.roblox.com/t/compatibility-lighting-becomes-retro-tone-mapping-sunset-migration/3128560 ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate.
1 parent fe705f8 commit a646f3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/en-us/reference/engine/enums/Technology.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ items:
2727
deprecation_message: ''
2828
- name: Compatibility
2929
summary: |
30-
Simulates the removed legacy technology and is not recommended. To achieve
31-
a similar look, experiment with another technology setting and add a
30+
Simulates the removed legacy technology and is now deprecated. To achieve
31+
a similar look, use `Voxel` Lighting and add a
3232
`Class.ColorGradingEffect` post‑processing effect set to the
3333
`Enum.TonemapperPreset|Retro` preset.
3434
value: 2
3535
tags: []
36-
deprecation_message: ''
36+
deprecation_message: |
37+
This option is deprecated and cannot be selected in Studio.
3738
- name: ShadowMap
3839
summary: |
3940
Features shadow mapping that produces more realistic and crisp shadows

0 commit comments

Comments
 (0)