pastasfuture / com.hauntedpsx.render-pipelines.psx

A scriptable render pipeline for emulating Playstation-1-style graphics on contemporary hardware.
https://twitter.com/HauntedPs1/
MIT License
383 stars 26 forks source link

Fix for #18 Canvas order is not considered for non-Overlay legacy Canvas UI #21

Closed thebeardphantom closed 2 years ago

thebeardphantom commented 2 years ago

Test scene: canvas with "I should be ahead" button has a smaller Plane Distance value and higher Sorting Order value, yet is sorted behind the other canvas.

Before fix: image

After fix: image

PixelDough commented 2 years ago

Sweet, you got to it before me lol. Hope this gets pulled in soon :) great work

pastasfuture commented 2 years ago

Thanks so much for tracking down this issue - I fixed it based on your bug report earlier today actually, but hadn't released the changes yet - so closing this PR out. You've been credited in the change log. Thanks again!