Increases the frame rate of your application with zero effort from you.Unity 6 compatible.Frame Rate Booster automatically optimizes your projects to make them run at a higher frame rate.How does it work?After importing Frame Rate Booster, just build your project using the Mono scripting backend, and it will magically get optimized. No code modification or complicated configuration needed. It's magic!If you don't know what scripting backend your project uses, you can find that setting in Unity's "Player Settings" then "Other Settings".I don't believe in magic. This has to have an explanation.Frame Rate Booster implements some commonly used Unity operations in a more optimized way. When you build your application, Frame Rate Booster will make it use the optimized version of those operations rather than Unity's.How much frame rate increase should I expect?It depends on how heavily your code relies on operations on vectors, quaternions and similar objects. The more such operations there are, the better the optimization will be.On benchmarks, I had a 10% increase.On my other asset, Curvy Splines, I got also a 10% increase for operations like mesh generation and splines cache building.On games executing a lot of geometry related operations every frame, like moving objects, I expect a few percent increase.On games with few objects and/or operations, I don't expect any significant increase.Does this work with IL2CPP projects?Short answer: probably not. Long answer hereIs this compatible with Unity's C# job system?Yes it is.What about Android?You will need to manually unpack you apk file, run Frame Rate Booster code on the mono assemblies in the apk, then repack it. More details are provided in the console once you do a build that needs such operations. If you find a way to automate this, please let me know.The asset's GitHub repository: https://github.com/tool-buddy/FrameRateBoosterUnity 6 compatible.Asset uses the following third-party software: Cecil under MIT License. More details in the License.txt file.