Josh Beckwith
- النشاط الكلي 59
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 0 مستخدم
- أصوات 19
- الاشتراكات 15
نظرة عامة على الأنشطة
آخر نشاط بواسطة Josh Beckwith-
Josh Beckwith قام بالتعليق،
Wow, this is a big problem on a large project... I found that it was an issue with a single material. I made a copy of my project and deleted things until it let me publish. That let me narrow down...
-
Josh Beckwith قام بالتعليق،
Yeah, something like this: script.vfx.asset.properties["yourParamName"] = 1234; It's in the interactive spawn example in the docs https://docs.snap.com/lens-studio/references/templates/world/vfx...
-
Josh Beckwith قام بالتعليق،
To answer the original question, I would suggest using a prefab since you can attach scripts there, then instantiate the prefabs at runtime.
-
Josh Beckwith قام بالتعليق،
Not adding scripts dynamically, but I had trouble getting my disabled scripts to activate at runtime. My workaround was to leave the scripts enabled by default, then add a function that gets called...
-
Josh Beckwith قام بالتعليق،
Vincent Tang I'm trying this again and it's broken in a different way now. The particles are spawned out of frame, but I can see them on the left side of the camera sometimes.
-
Josh Beckwith قام بالتعليق،
I eventually found this wonderful thing in the asset library - Manipulate Image
-
Josh Beckwith قام بالتعليق،
Hey, thanks for the reply! I have seen the guides, but they don't address my issue. I need to place buttons above the image picker, but I don't know to position them accurately since the size of th...
-
Josh Beckwith قام بالتعليق،
Yes, exactly. I am using the manipulation component, but I'm not sure how to do pinch or rotate gestures in Lens Studio. I can only do them on my phone, as far as I can tell. I'm asking if there is...
-
Josh Beckwith أنشأ منشوراً،
Pinch and rotate gestures in the simulator
Is there any way to do pinch and rotate gestures in the simulator?
-
Josh Beckwith أنشأ منشوراً،
Measuring the height of the image picker
How big is the image picker UI? It's a consistent size in the emulator, so if you make it smaller, the relative positioned elements aren't aligned any more