Sions
Sions
java.lang.IllegalArgumentException: capacity + offset > baseSize at java.nio.DirectByteBuffer.(DirectByteBuffer.java:37) at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:72) at com.twicecircled.spritebatcher.SpriteBatcher.batchDraw(SpriteBatcher.java:321) at com.twicecircled.spritebatcher.SpriteBatcher.onDrawFrame(SpriteBatcher.java:202) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1532) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1249) java.lang.IllegalArgumentException: capacity + offset > baseSize at java.nio.DirectByteBuffer.(DirectByteBuffer.java:37) at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:72) at com.twicecircled.spritebatcher.SpriteBatcher.batchDraw(SpriteBatcher.java:331) ...
The update cycle of Unity Transport and Network Manager was misaligned, so I read the data late and fixed the late transmission. The client sends a ping packet to the...
# [Mono Build] is better than Non BurstCompile    # but [IL2cpp Build] is not fast than BurstCompile   # TestCode ```csharp [BurstCompile(OptimizeFor = OptimizeFor.Performance)] public unsafe...