Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Documentation suggestion #6

Open
bwheatley opened this issue May 6, 2020 · 4 comments
Open

Documentation suggestion #6

bwheatley opened this issue May 6, 2020 · 4 comments

Comments

@bwheatley
Copy link

When using the Universal Render Pipeline, add a Render Im Gui Feature render feature to the renderer asset. Assign it to the render feature field of the DearImGui component.

This line is confusing, I spent some time trying to add a "render feature" and then add that "render feature" to the imgui component. But in reality i needed to update the "renderer asset".
I know that's what the docs say, but it was worded confusing. If i'm the only person who has the issue just close this, but being a little more clear might help folks trying to get started. <3
thanks for putting this project together, i appreciate the effort.

@nothke
Copy link

nothke commented Jun 13, 2020

Hey, I don't understand this either.

There is no "renderer asset", I guess you mean the "pipeline asset"? And I don't see any "render feature" in the pipeline asset (at least in HDRP), or anywhere else. I also don't see the "render feature" field of the DearImGui component.

I'm extremely confused by that line in the docs.

@zakkar
Copy link

zakkar commented Jul 7, 2020

Same here, i tried to add all those things, but still confused on how to achieve the needed result. Can someone give us some insight on how to achieve that

@millonf
Copy link

millonf commented Oct 24, 2020

I had the same issue and here is what you need to do (what the doc says but with pictures):

You have this issue because you created a Universal Render Pipeline (URP) Asset, and it's set it in your project settings:
image

In this URP Asset, you have set a Forward Renderer Data:
image

(Optional)
If you didn't set a Forward Renderer Data, create your own:
image
(End of Optional)

In this Forward Renderer Data, you need to click "Add Renderer Feature" and select the ImGui Feature.
image

Only then can you go to your GameObject/Prefab which contains the Dear Im Gui component, and there you'll be able to select the renderer feature:

image

There you go ! I hope this helps.

@trapazza
Copy link

Many thanks @millonf - Really appreciated and save me a headache or two.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants