Component:AssetOptimizationBlock: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page AssetOptimizationBlock (Component) to Component:AssetOptimizationBlock: Creating component Namespace
add info
 
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=AssetOptimizationBlockComponent.png
|Image=AssetOptimizationBlockComponent.png
|Name=Asset Optimization Block
|Name=Asset Optimization Block
}}
}}
This component is used to prevent the asset optimization tasks in the game from optimizing assets.
Currently according to decompiled code as of 13/10/2024, asset optimization block just prevents materials on the same slot that are the same value wise from being merged.


<!--T:2-->
<!--T:2-->
Line 18: Line 20:
<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
Usually put on freshly imported assets so materials don't get merged while the user is working on them. This is in case that the materials don't have textures and a bunch of them have the same color.


<!--T:5-->
<!--T:5-->
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Asset Optimization Block]]
[[Category:Components{{#translation:}}|Asset Optimization Block]]
[[Category:Components:Transform:Tagging{{#translation:}}|Asset Optimization Block]]
[[Category:Components:Transform:Tagging{{#translation:}}|Asset Optimization Block]]

Latest revision as of 19:33, 13 October 2024

Component image 
Asset Optimization Block component as seen in the Scene Inspector


This component is used to prevent the asset optimization tasks in the game from optimizing assets. Currently according to decompiled code as of 13/10/2024, asset optimization block just prevents materials on the same slot that are the same value wise from being merged.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.

Usage

Examples

Usually put on freshly imported assets so materials don't get merged while the user is working on them. This is in case that the materials don't have textures and a bunch of them have the same color.

Related Components