juh9870

Results 28 comments of juh9870

Oh, also Builder's Tea liquid is hidden in JEI, only visible when you look recipe of builder's tea bottle, for some reason, while being the main crafting method in base...

Alternative idea is for localBounds to be a function on a sprite, that will replace `self.localBounds` with an actual bounds

This is caused by `end function` just discarding function parsing context without checking for unclosed backpatches. Simplified "working" example for this issue: ```js func = function if 0 then print...

Cool! Are there examples of it?

Great! I will try it out later today. I guess it only support fixed-size elements, right?

Great! This is excellent, then. Does it also means that RosettaUI now supports unity 2022?

> you detect which one parses and go from there, basically :) This is not possible. There are files valid both in v1 and v2 that produce different data. Example...

I see, thanks for the clarification. As long as no v1 document can change meaning in v2 without syntax error, migrations would be much smoother.