Valorie Schwartz
Valorie Schwartz
Hey there, I just started using Volatile to do some basic collision checking for a 2D MMO I'm working on. I may be doing things incorrectly because I'm not too...
I need the near-clip of the camera to be low enough to prevent clipping when the weapon is very close to the screen (i.e. when recoil pushes the weapon back)....
**Describe the bug** Following this [example](https://github.com/svermeulen/Extenject/blob/master/Documentation/WritingAutomatedTests.md), I should be able to override a binding in SceneContext or ProjectContext using StaticContext in a SceneTestFixture. However, this doesn't seem to be the...
My app has a very simple usage of this library where it stores the "search" query from a search box. The store is set up like this: ``` const useShopStore...