Hi!
I imported the latest version of True Sync and after joining a game via the Menu scene it starts the correct game scene, but there it throws an error.
Every of your demo scenes where the 2D Physics are used, it throws an error in the TrueSyncConfig.cs file. So i had a look and the checkboxes of the LayerCollisionMatrix aren't shown.
The following error is thrown:
IndexOutOfRangeException: Array is out of range.
at line 95:
"return physics2DIgnoreMatrix[matrixIndex];"
Is there something wrong with your current version?
Cheers,
Johannes
I imported the latest version of True Sync and after joining a game via the Menu scene it starts the correct game scene, but there it throws an error.
Every of your demo scenes where the 2D Physics are used, it throws an error in the TrueSyncConfig.cs file. So i had a look and the checkboxes of the LayerCollisionMatrix aren't shown.
The following error is thrown:
IndexOutOfRangeException: Array is out of range.
at line 95:
"return physics2DIgnoreMatrix[matrixIndex];"
Is there something wrong with your current version?
Cheers,
Johannes