Jacob Knipfing
- النشاط الكلي 280
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 7 مستخدم
- أصوات 4
- الاشتراكات 116
تعليقات
النشاط الحديث بواسطة Jacob Knipfing الترتيب حسب النشاط الحديث-
Hi Shaimaaa, You can you do this by creating a new camera and render target for masking, disabling clear color on it, and using that as a mask texture for your effect camera. Then through script yo...
-
Hi Артём, Do you mean that the animation stops playing when you call `getTime()` on AnimationMixerLayer? I'm not seeing that behavior, I tried this script and when I tap it prints out the time corr...
-
Hi Hazim, I answered in another thread too, but you can enable zoom by adding this code: global.touchSystem.enableTouchBlockingException("TouchTypeScale", true);
-
Hi Hazim, You can add this code to disable touch blocking on the "Scale" gesture, which will allow zooming to work. global.touchSystem.enableTouchBlockingException("TouchTypeScale", true);
-
Hey Liane, I'm glad the script worked for you! For your other question, here's a variation on that script which will treat all the Behavior scripts on an object as a set, and trigger them all at on...
-
Hi Liane, Behavior script doesn't support this on its own right now. But you can use a simple script to cycle through a few Behavior scripts. // @input Component.ScriptComponent triggerBehavior// @...
-
Hi, The High Score template uses Prefabs to populate the background. See this guide for a general overview of how prefabs work. In the High Score template, instances of the background prefab are sp...
-
Hi Артём, Are you trying to switch to the other camera, and then automatically snap a picture through script? You can't switch cameras through script, but you could instruct the user to switch came...
-
Hey Ryan, If you already have the script set up for changing texture on tap, this should be a pretty easy addition. What you can do is disable the SceneObject with the script that changes texture o...
-
Hey Julien, thanks for the request! We'll definitely take it into consideration. Just curious, are you interested in downloading the audio assets for lens size concerns? Or is it so they can be cho...