Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to display Text in VXGI #31

Open
Wenzy-- opened this issue Sep 26, 2019 · 4 comments
Open

How to display Text in VXGI #31

Wenzy-- opened this issue Sep 26, 2019 · 4 comments
Assignees
Labels
bug Something isn't working
Projects
Milestone

Comments

@Wenzy--
Copy link

Wenzy-- commented Sep 26, 2019

I tried to create "GameObject - UI - Text" in VXGI mode. But the text didn't show. Although i set the font material to VXGI material,it just shows a bunch of rectangles~

@Looooong
Copy link
Owner

The text material doesn't need to use VXGI shader. I suppose that I haven't setup the UI rendering in the render pipeline. I will check this out later.

@Looooong Looooong self-assigned this Sep 26, 2019
@Looooong Looooong added the bug Something isn't working label Sep 26, 2019
@Looooong Looooong added this to To do in VXGI via automation Sep 26, 2019
@Looooong Looooong added this to the v0.0.1 milestone Sep 26, 2019
@Looooong
Copy link
Owner

I have checked the Text UI. If no material is assigned to the text, it is displayed normally. Do you want to assign material to the text?

@andywatts
Copy link

This tute discusses UI elements in custom SRP
https://catlikecoding.com/unity/tutorials/custom-srp/custom-render-pipeline/

@Looooong
Copy link
Owner

@andywatts That tutorial only discusses how to display UI geometry in Scene View. In Game View, the UI is rendered in a separated pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
VXGI
  
To do
Development

No branches or pull requests

3 participants