I have no clue what the bars on the bottom of the screen are physics percentage mainly
> 2533274837877643;1:
> I have no clue what the bars on the bottom of the screen are physics percentage mainly
The game can only handle a certain amount of objects at once, it can only render a certain amount of particles at once.
The budgets at the bottom of the screen indicate how close you are to reaching the recommended amount of such objects/things. There are two budgets which you cannot breach - the object count, and script count, as breaching either of these would not work, in engine. Otherwise, you can go over 100% for everything else, but it is recommended that you don’t, because going over recommended limits will cause inevitable lag, and stuttering in gameplay (less than optimal game performance). Really, in general, you won’t have to worry about these, though.