-
## Steps to reproduce
1. Install dotnet 2.1.400
2. Clone https://github.com/spatialos/UnityGDK
3. Ensure that `global.json` has the version set to `2.1.400`
3. Run `./ci/codegen.sh` or run the fol…
-
Hi! I tryied to prepare build this project in terminal with:
`spatial worker build`
But that error appeares:
`Error building player because build target was unsupported`
This is a full log…
-
# Bug Report
I'm trying to get going with a concourse worker on Windows. This fails with an error that's hard to debug as a user.
## Slack context links
* [ongoing thread](https://concourseci…
-
The worker_create.sh script omits renaming the copied worker schema from `spatialos.$OLD_NAME.worker.json` to `spatialos.$NEW_NAME.worker.json`.
I already have a fork with this fix:
```
# Rename …
-
Any chance that we could get a zip file of this already put into the default stater project. I am fairly new at SpatialOs and I have no idea how to fix the 6 errors I am getting or even why they are t…
-
I connect my game to our server by steps down:
1) Have SessionTicket from GetAuthSessionTicket
2) GetAuthSessionTicketResponse_t is triggered
3) Taking session ticket value, converting it to hex
…
-
This paragraph feels a little odd:
> This is not your ordinary Hello World tutorial. Instead of only checking whether your setup is correct, as the goal with other Hello World tutorials usually is…