C:\Users\lightfox\lightfox\com.clockworklabs.spacetimedbsdk\src\Primitives.cs(79,35): error CS0426: The type name 'U128' does not exist in the type 'AlgebraicType'
C:\Users\lightfox\lightfox\com.clockworklabs.spacetimedbsdk\src\Primitives.cs(42,35): error CS0426: The type name 'I128' does not exist in the type 'AlgebraicType'
I believe the reason for this is out of date bindings for the ClientAPI. I've regenerated the bindings and it seems to be building now.
Follow-up actions
[ ] Add Unity to our CI so that we can catch these issues in the future.
API
[ ] This is an API breaking change to the SDK
If the API is breaking, please state below what will break
Not breaking
Requires SpacetimeDB PRs
List any PRs here that are required for this SDK change to work
No PRs required
Testing
[ ] Please double check my work and try this in Unity.
Description of Changes
Describe what has been changed, any new features or bug fixes
Staging has been broken in Unity since this PR merged: https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk/pull/116
The errors:
I believe the reason for this is out of date bindings for the ClientAPI. I've regenerated the bindings and it seems to be building now.
Follow-up actions
API
If the API is breaking, please state below what will break
Not breaking
Requires SpacetimeDB PRs
List any PRs here that are required for this SDK change to work
No PRs required
Testing