Robert Long
Robert Long
This is due to a bug in Hydrogen where the GroupCall members observable returns `RoomMember`s without the `displayName` or `avatarUrl` field set. 
  It should stay in place somewhere, maybe we should just put it in the...
All the UI in Third Room uses the DOM on purpose so we can make everything accessible to screen readers. However, we haven't implemented everything yet. We still need to...
Add the ability to share your screen in-world. Probably via in world screen objects that you walk up to and interact with to share your screen. And with the ability...
The Unity exporter and thirdroom's shader patches aren't properly handing RGBM cubemaps. This should be fixed ASAP as it's a breaking change.
We're currently rendering a unique mesh per physics object and could be rendering all balls and all cubes in a single draw call per unique physics object.
**Describe the bug** When you enter a world as a guest user, there's a request to the `https://matrix.thirdroom.io/_matrix/client/r0/keys/query?` which returns a 404. The stack trace below shows this stemming from...