Josh Beckwith
- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 19
- Subscriptions 15
Comments
Recent activity by Josh Beckwith Sort by recent activity-
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...
-
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...
-
To answer the original question, I would suggest using a prefab since you can attach scripts there, then instantiate the prefabs at runtime.
-
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...
-
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.
-
I eventually found this wonderful thing in the asset library - Manipulate Image
-
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...
-
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...
-
Hey! Exactly a year later and I have discovered this thread, trying to do the same thing. I'm a little surprised that there's no event for 2D pinch gestures. It could be something like this: scrip...
-
Huh, OK. Good to know! I actually wrote one for Spark way back before there was a blend patch so I am familiar with it. Thanks Denis!