Juan Linietsky
Juan Linietsky
there should be a tracker with all these things, so i can work and remember everything after 3.0
Sorry, out of time for 3.1 to create a workaround, kicking again.
There is a cell_scale property you can use, with some values like 1.001 that will get rid of these problems.
Maybe we should document this better?
@Bauxitedev I disabled vertex compress by default because many were having issues with it, left compress of other stuff @TomWor If you are using a recent master, i fixed this...
This project is no longer under development (hasn't been in 14 years), if someone wants to take it over feel free.
@Mickeon No, the other way around.
IMA ADPCM is super cheap to decode and resample, orders of magnitude more than mp3 or ogg. Not a good idea to remove. You can have hundreds of these decoding...
@nlupugla No, I think they should not be able to add and remove fields from structs. If you want this kind of flexibility, Dictionary should be used. That would make...
@Calinou I am more inclined to think they should not, at least on the C++ side. On the GDScript side, maybe, It would have to be handled internally in the...