Marco Vanossi
- Total activity 501
- Last activity
- Member since
- Following 0 users
- Followed by 5 users
- Votes 1
- Subscriptions 200
Posts
Recent activity by Marco Vanossi Sort by recent activity-
try/catch crashes on device
Hi, Just noticed that a try/catch works on simulator but on device it crashes. It's like if the exception doesn't get catched on device. thanks
-
how can I add a border to an image object?
thanks
-
iPhone preview width incorrect
Hi! If you place a screen image object with 100% width you'll see that it fits nicely on the interface builder but on the phone preview the image goes beyond the boundaries of the phone. thanks
-
lens rejected as invalid but has no errors
lens id: b2a04907-f2ed-452e-903d-f8757b120464 Your Lens failed for the following reason(s):This Lens has errors. Please open the Preview panel and check the log output lens has no console errors
-
lens reject for username but doesn't have it
Hi, Lately I've been 1000% careful with choice of words and making sure there is nothing that can resemble a username on my lenses. Yet I got a lens rejected for having usernames 😤 Can you ple...
-
Changing background picture on simulator
Hi, When changing background picture on simulator would be great if the picture you add becomes automatically the background. Right now whenever I add a picture I have to then search for it agai...
-
image picker texture callback bug
Hi, The callback (setImageChangedCallback) gets called twice when the script first loads. And it also gets called when autoShowImagePicker is set to false. script.imagePickerTexture.control.auto...
-
new Date().toString(); different
Hey, I noticed my lens was crashing on device but not on simulator and the reason turned out to be new Date().toString(); returns a different date format on device vs simulator. Any ideas why? ...
-
Adjust face mask points programatically
Hi! I want the user to upload a face mask and programatically adjust the face points using the face detection feature available on Lens Studio UI. Can I call this feature programatically on a us...
-
Save upload to persistent storage
Hi, If a user selects a picture from camera roll can I save it to the persistent storage somehow? So they can re-use it later? I know there's a storage limit but I could maybe resize the image ...