yuu0141
yuu0141
Problem with adding bunch of features are not all of them can work flawlessly with all unity features. It's hard to know what broke which unity features across many versions...
# When to pause - I need it to pause on both `update` and `fixed update` as the user wishes - I should pause *before* the events happen # How...
after some people tried using this tool, they didn't get too far mostly with lua scripting being too hard and tedious to do so that means I have to do...
Things like entry point could change which would not be picked up right now
Doing GetAllTypes for attribute data in the preloader stage is going to force other assemblies to load forcefully, which isn't what I want # Idea Create a separate tool that...
There's some manual message disabling that's used everywhere in the project because they are annoying, but turns out there's a solution for most, such as using attribute `MeansImplicitUse` on my...