Measuring the length of Objects
In Unity, how can you measure the length of an object? To make it more clear: What I mean is how long it is in the x axis. The objects have meshes etc.
View ArticleHow much is a meter in Unity?
Unity's measurements are confusing me a bit. How many pixels is a meter? Also, when creating 'Other' objects (spheres, cubes, etc.) how do you know how tall/wide they are? When I used UDK, it would let...
View ArticleGlobal Euler Angles
I'm trying to rotate a piece by special conditional increments (ie. 30, then 90, then 150, then 180, then 210, then 270, then 360) on an arbitrary axis in global space. Sounds easy enough, by checking...
View ArticleLight.intensity and Lumen comparison
Hello, I was wondering how to make a comparison between the intensity value of a light source and a luminous flux unit such as Lumen. any empirical way to do this? maybe something I missed from the...
View ArticleCode to measure sound waves
Bit random but is there any way you can measure sound waves using code and then input that data into unity using code... That way a user can use their own music in the game I know it sounds complicated...
View ArticleHow to make measurement markers show up, and at scale, in a large scene?
So I'm having an issue creating a simple driving range (to scale). I want to make yard lines denoting the distance every 10 yards over a 350 yard distance. I also need text at every yard line denoting...
View ArticleMeasure Rigidbody deceleration
Hey everybody! I need to measure the rigidbody deceleration to apply cool effects. Does anybody know how? Thank you, Nikita Makarov
View ArticleHow to measure frame time (not FPS, but CPU+GPU ms/frame) regardless of vsync?
Wall of text, but really the question is in the title ;) Some (or most) Android devices have a hard framerate cap. One of my HTC is capped at 30 fps, another at 60 fps, and disabling vsync in Unity...
View ArticleIs it possible to measure distance's between raycast intersections?
![alt text][1] [1]: /storage/temp/14812-untitled-1.jpg Is it possible to measure the distance between point a and point b. The redline is a raycast. hit.point can be used to find point a but what about...
View ArticleHow do I measure the distance between two points on a mesh?
I realize this sounds more or less like A* pathfinding and if that's the only solution than that will be acceptable, but if there is a simpler or quicker way, that would be great. I have several...
View ArticleMeasuring objects
Hi I am looking for the code to allow our Unity end users to measure distances. This could be the length of an object or perhaps the distance between objects. Any advice would be gratefully recieved...
View ArticleIs there a tool to measure a distance in runtime?
I would give the possibility to the player at any time to measure the distance between two points
View ArticleMeasuring distance walked in first person view
For a psychological experiment for my thesis I want to measure the distance someone walks in centimetres in a 3D virtual environment I will create in Unity. Is this possible? If yes, how? And is it...
View ArticleMeasuring script recompilation times
Hi ! As a quite common scenario, i'm working on a project with an increasing number of scripts. After the last few days, I noticed a sensible increase in script recompilation times: it takes almost 20...
View ArticleMeasuring GUI elements (slider thumb)
Iam writing a custom GUI element and I would like to know how I should go about some dynamic measuring in the best way possible.The element Iam working on right now is a vertical slider with a label...
View ArticleUnits of measurement in Unity
I'm trying to find a consistent way of working in Unity with other artists. We all use Maya and we were wondering what the best unit of measurement to work in so that customizable options like scale...
View ArticleWhat does unity measure distance in?
Hello, All...I would like to know what unity uses to measure distance.When you set the resolution of your terrain it has the width and length, what does it measure it by?Thanks - Gibson -
View ArticleCustom Ragdoll Autorigger Setup
Scenario : I am writing a custom ragdoll setup script I can drop on any rig that will take joint chains tagged with "Rig" on the joint object to indicate that the joint/joint chain should be set up...
View Articlethe measurement units in Unity2.61
Hello all I do not know that if this is common or I have messed up something somewhere. the issue is I have made couple of models in maya and then imported them into unity. so they were small. so I...
View Article