Translating measurement in rotation speed and game object size to...
I have questions I would like to know regarding unit size in Unity 3D to human measurement unit. Here as follows: 1. My boss wants me to translate the size of the GameObject in cm, inches, or meters. I...
View ArticleGetting width and height of gesture?
At a loss to find how to measure mouse/touch input h and w, easy way in C# anyone?
View ArticleHTC VIVE distance between controllers
Hi there, someone could help to figure out the best way to retrieve the distance between the 2 vive controllers? thank you so much
View ArticleDetect when audio thread is taking too long
I'm working with procedural audio generation using OnAudioFilterRead(). When this method is implemented you can see a VU meter along with a measurement of processing time. From the docs it reads "The...
View ArticleRadiation measurement
i'm trying to find a way to measure the absorbed radiation by an object. best thing to do could be an "invisible" light on the radioactive emitting object. that light should be able to pass through...
View ArticleDoes Unity have tools to measure quality metrics ?
Hi everybody, I'm searching for how count some quality aspects of my Unity3D project like number of methods, code duplication ... Do you know a soft for this ? Thanks :)
View ArticleHow to get difference between two values
Ok. You guys know the good ol' useful: "if(Vector3.Distance(Pos1, Pos2) > Value)", right? Now I have a question. How in the world can I apply that same method to 2 simple floats or intigers? I have...
View ArticleStupid question: Targeting objects to measure distance and assigning...
My apologies for these incredibly simple questions and poor formatting. I'm super new to coding and have no idea what I'm doing. Is there a simple way to find the nearest version of a type of tag? I...
View ArticleHow to get a "Traveled" vector point along a path with some width?
For example I have a path, that consists of 10 cross sections. Each cross section defines a center point and edge points. So in total I have 30 vector points that define my path, which the traveler X...
View ArticleWhere do you market your Unity asset?
Unity just accepted my asset in the assetstore. Here is my asset: https://www.assetstore.unity3d.com/en/#!/content/80520 I want to market it in the internet, where do you usually guys advertise your...
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 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 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 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 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 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 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 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 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 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 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