Chocolate-Dinosaur / UIFX

UIFX is a collection of advanced visual effects for Unity U
https://www.chocdino.com/products/uifx/bundle/about/
0 stars 0 forks source link

Improve batching #19

Open ChocDino-Andy opened 5 months ago

ChocDino-Andy commented 5 months ago

Currently batching is broken by: 1) material instances 2) different material parameters 3) different textures

This could be improved by rendering the final resolve to an atlas texture and using the same basic UI material for blitting.