Rigidbody 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 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 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 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 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 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 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 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 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 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 ArticleMeasuring 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 ArticleMeasuring objects in VR view,Measuring objects in virtual reality 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 ArticleX/Y/Z distance
Hi Guys n Girls, I'm making a measurement tool n I had a couple of questions, 1. has anyone got any ideas on how I could get the X/Y/Z measurements in a similar way? 2. is their a simple way to connect...
View ArticleMeasure between 2 Objects & show in UI
Hi All, I have been looking all day for an answer to this and have found loads that just don't seem to work, I want to get/ display the distance between 2 objects. Eventually I would like to get the...
View ArticleGameobject rotation (multi axis)
i'm trying to make a skateboarding game where the board is a rigidbody interacting phyisically with the skater's feet, i need to identify which tricks the board is doing, like a 360 flip (360 degrees...
View Articlehow to count spins of the object 2d C sharp ?
can someone please share some code showing easy way how to detect and count back/ front flips ? I am not pro in c Sharp just starting now and whatever I found online up until this moment dosent help me...
View Articleis it correct to expor a fbx file in Cm? and the Physics woulb be correct?
Hi , I would like to know if I export my objects as fbx some of them in meters and some in Cm ( I used a texture atlasing for assets, target Mobile phone ) , I ve a kettle in cm , a cigarrette and a...
View ArticleHow to measure Speed?
Hello! I am new to the Unity and I am making a bicycle project in which I want to measure the speed of the bicycle. Somehow I manage to make the script by online forum and after trial and trial it...
View Articleglobal way of measuring size of game objects
I'm trying to put a primitive unity cube exactly above the shelf shown in the image (it was taken out of its model) so the equation iam using is box's position = (shelf's position.x , shelf's...
View ArticleArea calculation using mouse clicks in game window
Hi! I saw it's possible to measure distances in game window using mouse clicks, but I can't figure out how can I measure the area, and I'm referring to a 3d scene. Ok, to measure a distance I need...
View Article