
Marco Vanossi
- Total activity 501
- Last activity
- Member since
- Following 0 users
- Followed by 5 users
- Votes 1
- Subscriptions 200
Comments
Votes on activity by Marco Vanossi Sort by votes-
the servers got coronavirus 😅
-
Hi Olha, Thanks for the tutorial. Im finally making a lens that uses it. My use case is for horizontal scroll. Your example for limiting the drag is incorrect though. The correct way would to l...
-
If you're looking for a way to reproduce it just create a script with: while(1) { print("test") } and it will make Lens Studio crash after some time.
-
Thanks Nick. I tried with multiple image picker resources before and it causes the same issue. I believe it’s a limitation. Would be great if the lens studio team could chime in on this.
-
I even tried having multiple image picker resources but it didn't make a difference. Is there a way to clone the selected texture/image into a new object so it doesn't updates all the images when i...
-
Here's how my collage is looking like. Here is the code. I add the Script to each Image Object with a Touch Ended event. // -----JS CODE----- // @input Asset.Texture pickerTexture //@input Comp...
-
So I started working on a collage that shows 12 image objects. The user needs to pick an image for each. The problem is my picker image texture seems to be a pointer and no matter how many differ...
-
It looks like I can't add 2 scripts to the same object. Made 2 separate objects and it worked.
-
I was finally able to make my 2d image receive touches by adding the touch component to it and selecting itself as the mesh.
-
I'm trying another approach now to basically get the position of the touch and compare with the position of my image to see if the touch was on it. The problem is that the touch event position is i...