steaq
Lenses Demiurge
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
Posts
Recent activity by steaq Sort by recent activity-
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:...
-
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...
-
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...
-
Steamy!
-
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...
-
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: ...