steaq
Lenses Demiurge
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
Activity overview
Latest activity by steaq-
steaq created a post,
Lens Studio for Windows 10 crashes whenever I try to open or save a project
I saw other similar posts that suggest to install Visual C++ redist packages which I did. I also confirm that my user name does not contain any special characters. I tried to move the project to C:...
-
steaq created a post,
Pin to Edge feature not working
Pin to Edge feature, part of Screen Transform, is not working or not working as specified in the docs. I have a Full Frame Region and a child Screen Transform I would expect the Full Frame Region...
-
steaq created a post,
Catch the moment when user takes a snap
I must hide some UI elements the frame before the user takes a snap. To achieve this I need a sort of event firing and register a listener (or any other mechanisms). I was expecting this to be avai...
-
steaq created a post,
-
steaq commented,
So are Snappables a Snapchat's (team) exclusive? I am working around it but how do I hide the Lenses navigation bar at the bottom?
-
steaq created a post,
Create/publish lens as fullscreen game
I am making a Lens with some game style interaction. When I test it, with simulation in Lens Studio or on the device, the Lens has the default behaviour of community Lenses but what I want is the b...
-
steaq commented,
Always use git or at least backup to a zip file whenever you do changes.
-
steaq commented,
To answer my question: I missed this API before: var screenTransf = script.getSceneObject().getFirstComponent("ScreenTransform"); Once this component is taken, the position can be changed via its p...
-
steaq created a post,
Control a ScreenImage's position
New to Lens Studio. I am trying to move a Screen Image around the screen. The ScreeImage object is instantiated as a child of an orthographic camera. Here's what I am trying: // Get the transform: ...