oit-unity icon indicating copy to clipboard operation
oit-unity copied to clipboard

Order-independent Transparency Implementation in Unity with Per-Pixel Linked Lists

Results 11 oit-unity issues
Sort by recently updated
recently updated
newest added

The current implementation and graphics pipeline structure lead to a problem: A fixed per-pixel list length has to be set before rendering. That means if during render too many fragments...

enhancement
help wanted

This package should work with all official render pipelines: - [x] Built-in Render Pipeline - [ ] High Definition Render Pipeline - [ ] Universal Render Pipeline I tried this...

enhancement
help wanted

### Discussed in https://github.com/happy-turtle/oit-unity/discussions/27 Originally posted by **MrWilq** January 25, 2024 I followed the readme and can't get the OIT sample URP scene working. These are the steps I follow:...

bug
good first issue

This is an issue to track the setup of a CI/CD pipeline. Automatic package tests and build outputs would help a lot to ensure package stability and speed up the...

enhancement

Create order-independent transparent lit shader for URP and HDRP

![cq0rJKRSkO](https://github.com/happy-turtle/oit-unity/assets/31602852/1aa6cf33-2921-45e2-878f-6069f07348d6) After examining the issue, it turns out that the main cause is the failure to bind the new buffer to the clearStartOffsetBufferKernel after reallocating the buffer due to a...

This ensures the buffer is cleared after each camera render. Regarding #33

### I tried use this with URP, and it simply does not work... ``` public override void Execute(ScriptableRenderContext context, ref RenderingData renderingData) { CommandBuffer cmd = CommandBufferPool.Get("Order Independent Transparency"); var...

The editor seems freeze and it can't play when I add the oit render feature, and there are small black blocks in the editor windows as shown below. ![af642a0b-c49b-4eca-95a3-c698fb187135](https://github.com/user-attachments/assets/b23bc0e5-8399-47b8-96cc-f002e7c75700)

help wanted
good first issue

Hi How can I make the HDRP Lit material to get at least albedo/difuse texture instead of/in addition to color?