Ron
Ron
## How to start e2e test - npm run test-e2e in app folder ## How to create new test file - create folder named your category if don't exist -...
**Describe the bug** The map needs to be cleared of background setting. **To Reproduce** Steps to reproduce the behavior: 1. Set background color to [0, 0, 0] in the scn...
**Describe the bug** If user rides the vehicle with the weapon: - user can't attack with sword. the animation is not working and physic seems like works - if user...
**Describe the bug**  **To Reproduce** Steps to reproduce the behavior: 1. Claim lots of items 2. Go to inventory 3. See error **Expected behavior** It needs a scrollview or...
**Describe the bug** The multiple wearable assets at a time do appear their all at once . Only action changes when we choose certain weapon. **To Reproduce** Steps to reproduce...
**Describe the bug** To kill the fox, we need to fire a gun continuously for over a minute. The fox is too strong or the gun's power is too low....
Is `VRM.From` function removed in 1.0.0-beta.6? ``` import { VRM } from "@pixiv/three-vrm" VRM.from( gltf ).then( ( vrm ) => { // add the loaded vrm to the scene scene.add(...