7 results found
-
Shadows Support For Bitmoji
So I think this has been requested multiple times on discord as well but yeah native option on 3D Bitmojis would add more detail to the experiences. Thanks to the new Inspect Preview I was able to see all the render mesh visuals of the bitmoji being added to the scene so I quickly wrote one script to navigate through and enable shadows dynamically through it but that way also didn't work coz I guess the mesh data wasn't available however I was able to change out the materials tho. Shadow and material options would be great properties to expose…
2 votesHey Krunal!
Excited to say that we should have a fix coming in the next version that will allow this to work!
Thanks
-
Can't View World Mesh
In LS 5.0, you can't visualize the world mesh. I tried with different materials.
The same setup in LS 4 works fine.
I talked to other users and apparently it has to be activated via script, otherwise it won't show up.
1 voteHi Caio,
This will be fixed in our next release. In the meantime, you can explicitly enable world mesh with a script: script.deviceTracking.worldOptions.enableWorldMeshesTracking = true
-
Dark mode for mylenses and docs
All the docs and mylenses pages should have a dark mode. I suggest using the css preference: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
to decide the default for the user but also adding a toggle somewhere to manually switch.
Adding a picture of the styles I use myself with an extension to change the css to give you some idea how nice it can look.
1 voteWe have added Dark Mode to our latest Lens Studio 5.0 docs page
-
Add More Nodes to the Script Graph
The script graph in Lens Studio 5.0.5 is missing a massive amount of nodes that makes it possible for non-programmers to build lenses. Even simple nodes like add and subtract are missing.
8 votesExciting updates for Script Graph.
From the time of this comment, some of those nodes have been restored.
But we will be releasing updates over the course of the year to the Script Graph that will bring functionality back to parity of 4.55. Once back at parity we will begin considering potential improvements.
-
Compute Shader
Would love a formal buffer geometry and Data texture setup like in three.js
https://threejs.org/docs/#api/en/textures/DataTexture
I am trying offload as much as I can to the GPU and this would help
8 votesWe already have ProceduralTextureProvider.createWithFormat for creating textures in runtime and offload it for further consumption on GPU.
How do you feel about that solution?
https://developers.snap.com/lens-studio/api/lens-scripting/classes/Built-In.ProceduralTextureProvider.html
-
Lens Studio Recording should record in lens audio
Currently I have to use third party software in order to get audio recording from Lens Studio with video capture. I would like to do this just with Lens Studio.
20 votesWe have actually identified a bug here that would help make this function the way you intend.
We are currently working on a fix and hope to have another update soon!
-
Custom Shader Code node, Larger editing region or allow external editing
Right now the custom shader code node has a very tiny editing region which can be kind of difficult to use when things start getting longer. Would be nice to have the same external editing functionality as regular scripts or at least a larger region than it currently has.
10 votesHighlighting the comment below
Danylo Cheban (Software Engineer, Snap, Inc.) commented · July 17, 2025 9:44 AM · Report
Thanks for the feedback! We're actively working on enabling Custom Code Node editing in both external and internal script editors. This feature will be available very soon. Stay tuned!
- Don't see your idea?