Fluoxetine

Results 6 comments of Fluoxetine

I'm not sure how to use it. Would you mind giving me an example to help me understand how it works?

I tested the project, and the encoding seems to have taken effect, but the actual situation is not as expected. When viewing it in UABEA, I noticed that the string...

[Test] public void TestNativeWrite() { var level = 3; foreach (var format in formats) { try { Console.WriteLine($"encoding {format} on level {level}..."); var am = new AssetsManager(); var bunInst =...

is ASTC coding not currently supported? I get the following error in my test: TestNativeWrite (141ms): 错误消息: failed to encode ASTC_RGB_4x4: The current texture format is not supported for encoding....

I copied the texture library directly from uabeanext, and it is now working properly. However, the texture library does not work on computers without a C++environment, which causes inconvenience for...

Thank you very much. I copied dll from the latest UabeaNext, which is now working normally on computers without C++ environment.