166 results found
-
Nearby AR Experience Discovery (Landmarkers & Custom, Image Tracking & AR Mirrors)
A feature that lets Snapchat users discover AR experiences nearby — including Image Marker Lenses, Landmarker/Custom Landmarker Lenses, and AR Mirrors built with Camera Kit. When users are near an active experience, they’d receive a smart notification or in-app prompt to explore it.
This would help brands and creators increase visibility for real-world AR activations while connecting digital creativity with physical locations.
5 votes -
Matcap Shader Error
Hi, I believe there's an error with the matcap reflection node available in the shader editor. When the camera rotates in the Z axis, the reflections rotate as well, which I believe shouldn't happen.
I think the error is in line 25:
vec3 right = normalize(cross(forward, system.getCameraUp()));I believe it should be
vec3 right = normalize(cross(forward, vec3(0.0, 1.0, 0.0)));because otherwise the camera up vector changes when the camera rotates
1 vote -
Material Blend Modes Resources
I've been struggling with the large choice of BlendModes, particularly how they affect the final look of the materials accross different devices, particularly 2024 Spectacles. I’d love to make an empirical tutorial on them, but because the Lens Scripting API documentation currently doesn't provide information on their exact expressions https://developers.snap.com/lens-studio/api/lens-scripting/enums/Built-In , I’d run the risk of providing inaccurate or confusing information.
1 vote -
Zip option in menu should retain lens icon
The option to share as zip in the menu currently does not include the icon.png. You can simply add it back into the zip to make it work but it seems best this is updated to properly keep the icon in the zip file.
1 vote -
Bug: Custom Location Mesh clears Custom Location Asset input
When removing the Cache folder, the Custom Location Asset input is cleared, making the Custom Location Mesh stop rendering
1 vote -
Spectacles Guided Lens mode should have the option to disable the 'sleep' button
I've been using the Guided Lens mode on the Specs, and noticed new users often accidentally press the sleep button while putting the device on their head.
This causes confusion. It would be great to have the option to disable sleep mode in the Spectacles app, just like the recording button.
1 vote -
Behavior script with haptic feedback!
Haptic feedback is an amazing feature that sorta flew under the radar. Not many people even know they can add custom vibrations to their lenses! I modified the behavior script to add haptic feedback so even people who don't code can utilize it and grab their audience's attention!
I can't share the file, but I'm pretty sure it works!
3 votesThis is already part of an upcoming improvement to the behavior script. We are excited for that to be available in the future.
We will consider if there are ways we can release sooner.
-
Feature Request: Light Theme in Lens Studio
Hello 👋
Feature Request: Light Theme in Lens Studio
Working in the current dark theme can be difficult during long sessions and in bright environments. A Light Theme option would greatly improve visibility and reduce eye strain for many creators.
It would be amazing to have both Light and Dark mode options, similar to other design tools.
Thanks for your support 🙌
1 vote -
Copy/paste nodes
Copy/pasting nodes between different lens studio windows would be great, as well as between Materials and VFX editor
3 votes -
Show exact node name matches first
In Node editors, when searching for a node (like the "Or" node), a bunch of other nodes show up as well because a lot of names contain the text. It would be great to get the "Or" node at the top of that list since it's an exact match
3 votes -
Provide websocket support for camera kit
Having websocket support will open up many cool applications for camera kit for web, so it would be great to have it supported on camera kit!
4 votesThanks for this feedback! This issue is under review! We will let you know about this soon.
-
Monetize Lenses
This is probably not related to Lens Studio it self but it would be good for the ecosystem to bring back Digital Goods. It gives more value to invest time and skills into working for Snap projects.
7 votesWe want to bring back IAP, but there are some things we need to do first to give it a better chance at driving results for you all. In the meantime we're bullish on Lens+ and think this can be a huge opportunity. More on this soon...
-
Double click on Script name should go to editor
I would like to double click on the script in the Inspector and go instantly to my code editor of choice. Now I need to highlight the script file and double click on the file in the assetbrowser, this was working in 4.55.
8 votesWe are reviewing this with our team and will update you soon on if we think this is something we can execute! Thanks!
-
Don't always show a crash report modal after an Lens Studio crash
I would like to have an opt out button to not have to see a 'Report Crash' window. LS crashes an instane amount of times on Windows and having to dismiss that window is just another step
2 votes -
[Bug Report] Segmentation not working on latest iPad 2024 and 2025
Bug appears on Camera Kit and Snapchat too.
Segmentation not working properly on latest iPad chip and probably latest iPhones. Body Instance Segmenation is not even showing!
Related to new Apple GPU architecture ?How to reproduce :
Lens ID : becacd2e-d745-449a-9f64-6905dd576f3fTap 1 : Blue background = Portrait Segmentation
Tap 2 : Pink background = Body Instance Segmentation2021 iPad Pro
Portrait ✅ Body ✅2024 iPad Air M4
Portrait ✅ Body ❌2025 iPad Pro M5
Portrait ✅ Body ❌Bug appears on Camera Kit and Snapchat too.
2 votes -
Cylindrical Image Targets
Was recently exploring 8th wall and one thing that stood out was cylindrical and conical image targets. Given that we have soo many designs in real life that are on curved surfaces like bottle, poles, pipes etc. cylindrical targets would really help in Lens Studio as well
8 votesThanks for this feedback Krunal. This is something long talked about. I'm curious, to what degree do you think that training your own custom object detection models solves for this?
-
AI Portraits Beta - Can't Preview
The AI Portraits Beta guide says on topic 11 that we can preview the effect by tapping on the preview screen, however this is not working.
I also tried pushing to the device and got an error "Something went wrong. Failed to Generate Your Appearance).
It only works when I publish the Lens.
Here's the guide link:
https://developers.snap.com/lens-studio/features/genai-suite/ai-portraits#user-interface-overview3 votes -
Built in Invert Color Correction is not fully correct
The built in inverted color lookup table is off by about 1% lightness value. It's most noticeable if you use it to invert an opacity map setup since otherwise the difference is barely perceivable.
I made an image showing this here though not sure if uservoice compresses or not, the lens studio blackest color is #030303 vs a proper inverted lookup table made with photoshop accurately obtains #000000. Tested in lens studio and the photoshop one did fix it.
1 voteThanks for the report. We confirmed the issue, a fix with a corrected LUT is in progress and will ship in a future release. In the meantime, you can work around it by using a custom Invert LUT made in Photoshop, as you already found.
-
Better error feedback from publish bot
When publishing, the error message is often unclear for creators. Only after contacting support do we learn the real issue. Could these detailed errors be included in the feedback when a lens is not accepted?
5 votesWe are reviewing this with our team and will update you when we can. We really appreciate the feedback!
-
Face in Video AE Tool Outdated
Hey everyone,
I was looking at the Face in Video guide and I noticed that the AE script is outdate and therefore gives an error in Lens Studio.
It's simply because "api" is deprecated. Removing it makes it work
1 vote
- Don't see your idea?