Jacob Knipfing
- النشاط الكلي 280
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 7 مستخدم
- أصوات 4
- الاشتراكات 116
تعليقات
النشاط الحديث بواسطة Jacob Knipfing الترتيب حسب النشاط الحديث-
That definitely sounds like it's not working correctly and could be a bug. Can you post a stripped down version of your project so I can take a look? Or let's follow up offline if you're not comfor...
-
Hey Jordan, glad that worked! You can block touch inputs using Touch Blocking. You just need to enable touch blocking, then add exceptions for all the touch types you still want to allow. To only b...
-
Hey Jordan, thanks for the info and picture! Like you mentioned, it's likely caused by the "TouchCollision" object. Since it's used for manipulating the main object, it blocks any taps that touch ...
-
Hey Martin, I think you may actually be using the script from this post? If so, did you modify the script at all? It looks like line 20 is blank in the original version. If it's the unchanged scrip...
-
Hi Jordan, Sorry to hear you're having that issue! This doesn't sound like it could be caused by your lens, is it happening with other lenses too? Do you see it in Snapchat without lenses turned on...
-
Hey Ashley, that sounds really strange, can you give a code snippet or details about how you're playing the audio? Also, can you check if you have headphones or any other audio devices connected? A...
-
Hi Vincent, For your first question, here's how you can change the mesh asset of a MeshVisual: //@input Component.MeshVisual meshVisual//@input Asset.RenderMesh renderMeshscript.meshVisual.mesh = s...
-
Hi Ashley, Are you playing the audio immediately when recording starts? There's currently a bug on the iOS app where playing audio at the approximate same time as recording starts results in the au...
-
Thanks for the images Daniel! It looks like it's all set up correctly, as long as the animation layer name is correct. If you check your Ned_snap_anim object, does the animation mixer look like thi...
-
Hi Daniel, What script are you using to play the animation? Depending on the script, it sounds like maybe the layer name isn't being specified correctly?