Jacob Knipfing
- النشاط الكلي 280
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 7 مستخدم
- أصوات 4
- الاشتراكات 116
تعليقات
النشاط الحديث بواسطة Jacob Knipfing الترتيب حسب النشاط الحديث-
Hi Simone, Do you have headphones connected to your phone? If so, try disconnecting them before recording your snap. Audio from the Lens gets recorded through the microphone, so it should work as l...
-
Hi Scott, I tried running your code in a small test project, and it all seems to work correctly for me: "RESET!" is being printed out. Is it possible that something's going wrong in your "moveCompl...
-
Hey Callum King, Thanks for providing the ID. It looks like the Lens was rejected due to an error from playing a video texture from an invalid state. You can try doing a check like this to make sur...
-
Hi Duncan, I'm not sure what you mean, can you explain a bit what you want to do? If you want to attach a face inset to a 3D object, you can just drag the face inset object out from under its head ...
-
Hi Callum King, Like Brandon said, it sounds like the javascript file is being opened up by an external program, probably Windows Script Host. When you double click a javascript file in Lens Studio...
-
Hi One More Admin, I think Travis misspoke, Initialized event will happen before the Lens Turned On event. You can test it with a simple script like this: //@input string textprint(script.text); ...
-
Hi Weston, Lens Studio is compatible with git, but there are some limitations on what files can be worked on concurrently. Basically: As a general rule, always save your project and wait a few se...
-
Hi Deb, rotateTowards will rotate the vector (which should be a direction vector) towards a target direction vector by "amount" radians, without overshooting the target. So the range is dependent o...
-
Hi Ryan, Can you give more information about how you are using this script? Is your firework effect a 2D sprite, or a 3d mesh animation? Also, does the "FaceTriggerAnim: ... triggered" message get ...
-
Hi SG Cruzz, You can do this mirroring effect by creating a custom material for your sprite so that it only draws half of the camera input. 1. Create a new unlit material. In the Resources panel, c...