Open dragoncoder047 opened 5 hours ago
The strange thing is that this only occurs in the kaplayground, I can't reproduce it when I copy it into a local example in my fork of kaplay, they all get max fps. Even the "export to html" opened via a file:// URL gets lag, but the localhost:8000 version from vs code does not lag.
I can't reproduce it when I copy it into a local example in my fork of kaplay
Turns out this is because the "new tag methods" broke something , if you change tagsAsComponents: true
it lags like expected
This creates 500 objects with random transforms, with 3 objects nested in each, and on the lowest level, it just adds area(). (commented out above cause less laggy). The transforms are not changing, yet if area() is used it lags much.
Results from kaplyground