Measuring the Angle Between Two Transforms for t Param of Quaternion.Slerp
So, I'm using Quaternion.Slerp to rotate a door hinge, but I'm having a hard time coming up with a good way to measure the t parameter. I have a door. It has a knob. I have a start transform whose...
View ArticleTranslating 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 Article