Measuring objects in VR view
I have enjoyed being able to view imported 3D models in VR. Unfortunately, I cannot figure out how to measure distances on the objects as I view in VR. The files contain scale data and I can measure...
View ArticleMeasure real world object?
Hello, I'm new to Unity and currently developing my first application. I'm trying to figure out how to measure real world objects like this: https://www.youtube.com/watch?v=l7tnkl0R6po Is this possible...
View ArticleUnity HDRP light measurement
Hello. Unity HDRP allows us to set light value with physical light units (PLU). Can I get data about **intensity of light represented in lux's in a specific area**, like on the wall? For ex. when the...
View ArticleRaycast Information
Hi, I'm trying to replicate a radiation source, so the closer you get the more 'damage' it does. I'm thinking of using raycasting to do this (its a simple vector3 distance tool at the min), can...
View ArticleOnMouseOver Distance Measuring
Sorry in advance if this is an issue that's been solved before, I haven't found a solution that works for me. I'm currently trying to implement text elements as descriptions for game objects using the...
View Articlehow to get dimension ( circumference) of 3d object in particular position
i want to draw the line outside (edge) of 3d gameobject (ex.. piller, human hand,balloon). if we take balloon its shape is not equal at all area. mouth of balloon area (diameter) is lower then centre...
View Articlecalculate the area between these points pleasee
Hello, I am doing distance measurement application, when I click on the screen, I get the distance value between the points but I want to calculate the area between these points, how can I do the area...
View Articlehow can I make player rotate towards mouse and measure the speed of that...
I'm trying to make that player could rotate towards mouse and measure the speed of that rotation, but when I'm doing that it's shown that velocity is zero because it teleports the rotation instead...
View ArticleMeasure distance between a fixed object and a moving prefab?
(ENG) Help ... I need to make a scoring system based on the distance between two balls. One of them serves as a reference and the other is a prefab that, when instanced, will be thrown to that...
View ArticleAR App to measure volumes of 3D objects in Unity
I'm trying to develop an AR application that is able to capture objects and then measure their volume. First I was planning to create it for Cube-shaped objects such as boxes, mobile phones. What I...
View ArticleRigidbody speed calculations not equal to frames per second?
Recently I've been focusing on Vector maths, find a vector along a line, etc.. So I'm trying to calculate different speeds between two objects that they meet at a point. And upon refactoring my "Speed"...
View Article