Admer456 Posted September 3, 2021 Posted September 3, 2021 Hello. :) I have a slightly unusual suggestion: an option for point filtering of textures, in the editor. It would be very useful for game developers who are aiming to make retro style games. Problem In the Unigine Editor, I couldn't find such an option anywhere. For example, in the settings, I was only able to choose between bilinear and trilinear filtering: I managed to work around this issue by setting FILTER_POINT for all textures in C#. The end result looked like this: The textures are pixelated, and that is the desired result. However, it did not affect landscape textures, which still used default filtering. Additionally, this workaround only had an effect in-game, but not in-editor. I am not sure how to work around that. Idea I propose a "Point" option alongside "Bilinear" and "Trilinear" in the settings, believing it's simple enough to implement. Alternatively, this could be a per-texture parameter, which would allow for bilinear filtering for some textures (e.g. GUI art assets), and point filtering on other textures. Thanks. 1
silent Posted September 3, 2021 Posted September 3, 2021 Admer456 Hello and welcome! :) Your request is totally understandable (we have couple of similar requests before as well). Right now we are working on material graph that would allow you to do such a tricks directly per material. Texture filtering option we might also redesign in the future and include point filtering here. Here's an example of such custom material that you can create in 2.15 release: custom_filtering.mp4 Thanks! 2 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts