Juan Linietsky

Results 178 comments of Juan Linietsky

@nlupugla Adding and removing elements would break the ability of the typed optimizer to deal with it, because it will assume a property will always be at the array same...

@nlupugla that is correct!

The main idea of this proposal is to implement this with very minimal code changes to the engine, making most of the work on the side of the GDScript parser...

@sairam4123 nope, if you want methods you will have to use classes.

@adamscott I thought about this, but ultimately these are methods of Array and will appear in the documentation, so IMO there is no point in hiding this. The usage of...

@TheDuriel yes, the struct information can be added to the serialization, so when you deserialize you get a struct again.

@nonunknown this proposal is so you can achieve the same without doing absolutely anything.

@Seubmarine At some point I think I fixed this specifically, so I am surprised it remains broken. Will have to give it a check. This is unrelated, though.

@AndreaCatania > If the function get_global_transform is executed to that node or one of the child nodes, what transform it returns? The interpolated one or the "static" one? Indeed, it...

@JoNax97 I prefer not, as I stated for many reasons: * If you are restricting to pure JSON (and many are) you don't want the extra complexity. * It makes...