Skip to content
Discussion options

You must be logged in to vote

There are several ways to view built-in shaders.

  1. In Game Studio: in the Solution Explorer panel, you have External Packages of your project, and each package has an Assets folder. Some folders contain shaders and effects. Shaders are found in the Effect Shader in the Asset View panel. You can view them by right-clicking on the shader and selecting "Open with text editor."
  2. You can find them in several folders:
    C:\Users\USERNAME\.nuget\packages\stride.graphics\STRIDE_VERSION\stride\Assets,
    C:\Users\USERNAME\.nuget\packages\stride.graphics\STRIDE_VERSION\stride\Assets.
    Here you can open each shader with any text editor.
  3. You can use Stride.ShaderExplorer, which you can find on GitHub. This i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DJDQfff
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