Olha
- Total activity 387
- Last activity
- Member since
- Following 0 users
- Followed by 26 users
- Votes 56
- Subscriptions 139
Comments
Recent activity by Olha Sort by recent activity-
Hi, Drew! Please be sure that you have device tracking on your camera. For example: Also though Marker Content is attached to the Camera sceneObject sceneObjects you want to be around you should ...
-
Hi, Richard! Looks like Behavior Script can fulfil your needs At first set your animation mixer to have three animations. First is the one you want to be played on mouse open (in my example frames ...
-
Hi, Mrtolien! For this purpose I would suggest using Screen Image and TweenScreenTransform script. To handle a Tap on an image please be sure to add Touch Component I added a simple script to contr...
-
Hi, el Be! Yes, you can easily do it! You can add this script to your project : //@input Component.DeviceLocationTrackingComponent locationTracking//@input Component.MarkerTrackingComponent marke...
-
Hi, Just Me! Could you please share a project with me so I could troubleshoot it asap? Thanks!
-
Hi, Ralph! Those are great suggestions! We'll take them into consideration! For now they are actually can be implemented using several lines of code or even better - with a Behavior script, that wa...
-
Hi! Camera Component has an API that allows you to convert World to Screen Point and vise versa. (worldSpaceToScreenSpace(vec3 worldSpacePoint), screenSpaceToWorldSpace(vec2 normalizedScreenSpacePo...
-
HI, Vanessa! I can see that you are using Legacy Sprite and Aligner for your purposes. On latest Lens Studio we have new Image, Screen Transform and Screen Region Components, created specifically f...
-
Hi, Colin! There are several ways to do this. I'll describe the most straightforward one: using Segmentation texture as an opacity texture of an Unlit Material. Starting with an empty project: 1. ...
-
Hi, Emile Swain! Looks like you were doing everything correctly! But there is one tricky part. Anyway I'll include all the steps in case if someone wants to use it too: 1. Create a Camera and objec...