AmplifyCreations / AmplifyShaderEditor-Feedback

4 stars 0 forks source link

Add new logic tag syntax for add and remove template tags #276

Open Dawie3565 opened 4 months ago

Dawie3565 commented 4 months ago

this action is needed to complete item number #35 for custom motion vector inputs in URP.

Add new syntax for ASE templates to added and or removed tags withing shader pass. --- RemoveTagValue --- AddTagValue

Case use: xxxxxx:RemoveTagValue: “AlwaysRenderMotionVectors" = "true" xxxxxx:AddTagValue: “AlwaysRenderMotionVectors" = "true"

Note this should be green texted based for the above case use in item 35, we should also consider future case uses to change tag values if needed by users.

Example set tag value. xxxxxx:SetTagValue: “AlwaysRenderMotionVectors" = "true" xxxxxx:SetTagValue: “AlwaysRenderMotionVectors" = "false"

Dawie3565 commented 2 months ago

Bumped priority to critical as this is needed for #35 and adding timebased motion vectors