Unity Tool - Distance Between Two Objects

Details

Playtime Not Played
Last Activity Never
Added 2/10/2026 13:55:28
Modified 2/10/2026 17:16:18
Completion Status Not Played
Library Itch.io
Source itch.io
Platform PC (Windows)
Release Date 3/15/2021
Community Score
Critic Score
User Score
Genre
Developer
Publisher
Feature
Links
Tag

Description

A small tool which measures the distance (in Unity units) between two game objects in your Unity editor viewpane.

Instructions:

Unzip the DistanceBetweenTwoObjects 7zip archive.

Place the DistanceBetweenTwoObjects.cs script into your Assets > Scripts folder.

Drag a copy of this script onto each game object in your heirarchy you wish to calculate the distance from.

Then simply drag the second object into the resulting inspector slot on the first objects' script inspector.

Distance will render in editor viewpane.