Skip to content

Is it possible to modify the shaders and other graphics-related implementations of the UI and 2D parts of Stride without modifying the source code? #2418

Answered by Basewq
EsatMan asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think Stride's UI system currently exposes enough properties to extend the existing one easily.
Unless someone knows a better way, you are probably better off reimplementing the UI system and load your own shader effect so you can pass in the vertex data you want.

Here's an example project doing that:
https://github.com/Basewq/XenkoProofOfConcepts/tree/master/DialogueTextControlExample

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@EsatMan
Comment options

Answer selected by EsatMan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants