Jacob Knipfing
- النشاط الكلي 280
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 7 مستخدم
- أصوات 4
- الاشتراكات 116
تعليقات
النشاط الحديث بواسطة Jacob Knipfing الترتيب حسب النشاط الحديث-
Hi Joshua, Here's a script that will cycle through materials, applying them to a MeshVisual you specify. Add it to the "Initialized" event on a ScriptComponent, then hook up your MeshVisual compone...
-
Hi eL Be, The easiest way to do this is with a simple distance check. Try this script out: // @input Component.Head headBinding// @input float distanceAllowed = 5var selfTransform = script.getTrans...
-
Hi JAK, I've made an example project for you based on the Portal template. It uses some UI buttons to move the camera forward, backward, and rotate 90 degrees left and right. Link to project file ...
-
Hi Mike, You can accomplish this using a full screen white image for the flash, and the built-in tween scripts for the fading animation. Add a new full screen image using Add New > Screen Image. S...
-
Hey Eduardo, *.lock files are actually very important for git use, and in fact are being added so that git will track empty folders. We recommend you don't add them to gitignore since problems coul...
-
Hey Артём, Are you trying to stop the user from exiting the inside of a portal experience? If so, check out this post from Amir which has a great example project of doing that. If you just want to ...
-
Hey Алексей, As discussed in the other thread, this might be caused by setting the script to "Tapped" instead of "Initialized" in the Script component.
-
Hi Алексей, It looks like maybe you set your script to run on "Tapped" instead of "Initialized" in the ScriptComponent? You want the script to run only once (on Initialized) so it can set everythi...
-
Hey Алексей, Sorry to hear about the freezing issue. If you can, please file a report if you haven't already and we can try to get that issue fixed. PersistentStorageSystem won't work in Lens Stud...
-
The PersistentStorageSystem was added in release 2.0 so it won't be available in version 1.7. Can you try in the latest version and see if that fixes it?