Marcus

Results 83 issues of Marcus

http://labs.phaser.io/edit.html?src=src/game%20objects/video/play%20video.js change the code so it's just vid.play() (and commented out the setPaused line) Then, use this video https://www.appsloveworld.com/wp-content/uploads/2018/10/Sample-Mp4-Videos.mp4. Wait for the video to end, switch tabs and come back....

🎞 Video

Hi, I want to make a new sse mod, and I decided to use this lib. Basically I want to be able to poison arrows instead of bows using this...

I don't want to pass a file as argument, but a byte array. The glb comes from the user's computer, where he taps on a button to show the files...

Hey there. Can your plugin convert a string to glb, and a glb to string? Please take a look at [this example](https://playground.babylonjs.com/#88CB6A). I want to be able to load a...

![image](https://user-images.githubusercontent.com/5656275/108391633-a76d9b00-71f0-11eb-82e7-c732bd2a2e97.png) One solution would be to allow the user to override the wrap mode in the import settings(like it allows to override the legacy option). Or see why the looping...

It seems that PlayCanvas doesn't support triggers and collision detection for UI elements. What about 2D games on the screen guys? I am writing to ask for collision and trigger...

feature request
area: physics

When signing in using signInWithCustomToken, it returns a user credential. The providerId field is null. However, there is also the user field. The user field also has a providerId field,...

api: auth

This project looks awesome! Unforntunately, it doesn't have [URP ](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)support. Any chance we are getting it?

Something like this [https://assetstore.unity.com/packages/tools/modeling/avatar-maker-pro-3d-avatar-from-a-single-selfie-134800](https://assetstore.unity.com/packages/tools/modeling/avatar-maker-pro-3d-avatar-from-a-single-selfie-134800)

Title says it all. I know how to record the game's canvas with microphone audio using the [MediaRecorder api](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder) and following this [SO post](https://stackoverflow.com/questions/39302814/mediastream-capture-canvas-and-audio-simultaneously), but I don't know how to...