Jacob Knipfing
- النشاط الكلي 280
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 7 مستخدم
- أصوات 4
- الاشتراكات 116
تعليقات
النشاط الحديث بواسطة Jacob Knipfing الترتيب حسب النشاط الحديث-
Hey DCAN, You can actually do this pretty quickly just by changing 3 lines of code. To make the game start on mouth open, go to GameController.js and change line 146 to: script.createEvent("Mout...
-
Hey eL Be, Assuming each rock has its own Mesh Visual, you can add a script like this to each object to make it fade out based on height: // @input float startFadeHeight = 80// @input float fadeO...
-
Hi Mike, The easiest way to occlude the braids behind the shoulders will be to use a Mask Texture on your Camera so that it doesn't draw on top of the shoulders. 1. Create a Shoulder segmentation t...
-
Hey Eduardo, Sorry for my confusion! The Backup folder can get created for a project in some cases when it's being upgraded from an older version. If you don't need to rely on that backup it should...
-
Hi Dale, Working in Euler angles can get messy and inconsistent, so you might have better luck working with quaternions. I'm not totally sure what you want to achieve, but doing something like this...
-
Hi Glenn, I tried to set up the situation you described, but the delays are all working correctly for me. Could you help me reproduce this by giving the specific settings you are using for each Beh...
-
Hey Ahmed, It's possible to do this using blend modes, but it's pretty complicated to set up. I made an example project showing it: Download project here You can adjust the target color and the thr...
-
Hey Isaac, This is happening because the instantiated script hasn't run yet at this point - it will likely execute on the next frame. What you can do is leave some information in the instantiated o...
-
Hi creative prod, Thanks for reporting this, I agree it's incorrect behavior and I will forward it to the engineering team to take a look. In the meantime, you can do a workaround like this to get ...
-
Hi Mahmoud, If you just want to animate an image on mouth open, you can set trigger type to "Face Event" and "Mouth Opened", then set response type to "Animate Image" and choose either the Image ob...