85 results found
-
Camera lens
I have lenses that I designed myself, but I struggle a little while waiting and stopping at 200,000 and then fixing them
4 votesWe need more information to respond here. Please help clarify your suggestion!
-
Send a mail when Draft lens is ready
A mail is not send when a Draft lens is ready. This feature is used to quickly send out test links to clients. Would be nice to get a notification as there's none right now.
2 votesthanks for this feedback Danny -- we will review this and let you know if this is something we can execute!
-
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
7 votesthanks for the link. This is certainly something we are thinking about but we have nothing concrete to report at this time!
We will pass off the specifics of your feedback to team!
-
Enhanced Lens Creator Rewards Insights
It would be great if Snapchat could integrate Lens Creator Rewards Insights directly within the app. Also, adding an option to filter Lens rewards by Qualified Poster, sorted from low to high, would significantly enhance the creator's experience. Currently, this functionality is unavailable.
2 votesThanks for this helpful feedback. We will definitely be looking into how to improve insights around creator rewards.
-
Lens Studio 5.0 digital goods
I really appreciate the new features and updates in Lens Studio 5.0. I would like to offer a suggestion that could be highly beneficial for all creators.
You should add digital goods to Lens Studio 5.0 as soon as possible. Adding digital goods will provide significant benefits to many creators. It will help enhance their creativity and monetization opportunities.
I have personally earned a significant amount using digital goods, totaling 100,000+ coins. Therefore, I strongly urge you to make digital goods available in the next version of Lens Studio 5.0 as soon as possible.
Thank you.
2 votesCurrently adding digital goods to lens studio 5.0 is in the backlog but we do not have any timeline at this time.
In the meantime, we ask that you use Lens Studio 4.55 for any ILDG lenses at this time
-
Can't use Leaderboard with Voice ML
This is not described in the docs. Can't use Leaderboard (as it has networking enabled) with some of the privacy infringing stuff like Voice ML. It does give an error in the logger.
1 vote -
Need Eyebrows for the Face Inset asset
Those are missing. Ears would also be fun. The custom asset right now is only the nose shape which is not very usable.
1 vote -
LAT - Project-wide asynchronous loading
I am running into LAT issues quite often, even on relatively simple lenses. I feel like the push for a low LAT is going to lead to lots of very low quality, simple lenses because maintaining a low-enough LAT introduces complexity into the project. Currently I will finish up a lens, turn it into a prefab, then use the scene manager to load it asynchronously. It works, but it leads to a very clunky developer experience because now I have to remember to apply my prefab changes and then disable the prefab again so that the scene manager is the…
2 votesHey Mike,
Your post has spurred important discussions, We will continue to update you as we find additional ways to improve LAT including reviewing your thoughts here.
Thanks
Raag
-
Capture Capabilities for Hosted WebAR
The Hosted WebAR feature is amazing... but it lacks the option to take pictures/videos. This is a huge barrier as many people don't have Snapchat but would like to use our filters and we don't have the resources to make our own App/Website.
2 votes -
Record the lens after X
There's new internal lenses that access this feature. Have us access the Record Snap function after 'x' would be super nice to guide users through certain experiences. Of course there's a trigger on Record but my lenses have massively decreased reach and engagement if i implement this. There's also no internal hint available for on Record.
4 votesThanks for the feedback! We've added this request to the product team's backlog!
-
Favorite Assets and Most Used for the Asset Library
It's great that Lens Studio has so many assets but sometimes it is hard to find certain assets without remembering their full name. Or other times I would see something I want to try later but I day later I won't remember what it was. If we could favorite assets that would significantly help with that problem.
Another tab that would be also very helpful - most used assets so we don't have to look for the assets we use all the time.
2 votesThis is a good idea -- there are some challenges we will have to explore for personalization.
We will let you know as we consider the idea
-
Improve 3d Asset generation
I love using 3D Asset Generation in Lens Studio, but it is geared toward generating "whole" things rather than single accessories commonly used for building lenses. If I ask for a "Cleopatra head accessory" - I will get the whole bust. If I ask for animal ears I will get the entire animal head etc. As a comparison, Meshy gave me 2 options with separated ears. Also if there is a way to separate generated 3D objects that are not touching each other right in Lens Studio or generate only one thing out of a pair like for ears or…
1 voteThis is really good feedback and we will be working towards understanding how we can make improvements here!
-
iOS App Clips and Android Instant Apps
I want to enable users to try Snap AR experiences without needing to download the full app. This is often a barrier to entry for older users.
When a creator publishes they should see an App Clip Code, an Instant App code and the original SnapCode.
With these features I would be able to cut a lot of costs by not needing to deploy my own full mobile app to get the same functionality.
4 votesI believe you have seen that we have displayed this capability with a special internal lens. We are exploring ways to bring this feature to the public!
-
1 on 1 mentorship program
Members of the community or even some SLN who want to improve their skills can apply to be matched with SLN members who are willing to mentor them and teach them skills in creating lenses for different criteria. Some focus areas can be creating for engagement or for advanced technical innovation. If resources are available, we can do networking with everyone involved, etc.
2 votesWe love this idea for 1:1 mentorship opportunities. It's something that would take some time for our team to develop. We will consider this in the future!
-
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
-
Organize My Lenses Dashboard
Currently my work is spread across multiple accounts on the My Lenses Dashboard, including a bunch of early work before we went to the lens folder system. I'm also still a part of many organizations that I built a professional effect for, but I'm no longer working for that client. It would be nice to be able to clean up my dashboard, move lenses from a legacy account into my new one and leave organizations that I'm no longer a part of.
2 votes -
Custom Code Node Errors + Code Height
When writing a custom code for a shader, the errors don't appear automatically. You need to click on another node and then click back on the code node so you can see the error.
Changing the "height" parameter so you can see more lines of code is not working either.
2 votes -
Custom Code Node Typing Suggestions
When writing a custom code node in LS 5.0, the suggestions are not very smart.
For example, in LS for, if you want to get a normal vector you could type "system.normal" and it would suggest automatically "system.getSurfaceNormalWorldSpace".
In LS 5.0 that doesn't happen, you need to type the exact same thing as the API.
My suggestion is to make it a little bit smarter like it used to be in LS 5 ;)
Cheers,
Caio2 votes -
Move the delete asset button away from the rename button and other common buttons
The delete asset button is right next to all the other common asset options in LS 5. Unlike in 4.55 where it was away and even had a line break before it. I keep accidentally clicking it. It would be a nice quality of life change and save me great turmoil. Pics attached showing the two different locations on 4 & 5
1 vote -
Add new native hints
This is not exactly 5.0-specific but it could be a good opportunity to implement new native hints to Lens Studio. Specifically I'm frequently in need of using a hint to trigger the "SnapRecordStartEvent" event. A hint for "SnapImageCaptureEvent" could also be added. These events have been added somewhat recently, however no hints were added along them.
3 votesHey Luka, We have a number of new hints that are available in the asset library like tap and hold or shake. Are those what you are looking for? Or something else?
- Don't see your idea?