Unity Quick Tip - Using the Colour Picker Outside of Unity

Unity Quick Tip Using the Colour Picker Outside of Unity

In this Unity quick tip we'll look at how the colour picker in Unity can be used to select colours from outside of the Unity interface.

To demonstrate this, we’ll create a new 3D Project.

Creating a new 3D project in Unity Hub

We’ll then set the size of the Unity window so that it only fills half of the screen. Then we’ll open our browser and find an image of a meadow and position that in the other half of the screen.

Unity and meadow image side by side

We’ll add a material to the project by clicking the plus button on the Project panel and selecting Material. If we then click the colour picker next to Albedo Color in the Inspector, we are able to pick a colour from anywhere on the screen, whether it be from Unity itself or from the image of the meadow.

Picking a colour from outside of Unity

That covers everything for this tip. We hope that you found it useful. Please leave any questions or feedback in the comments below, and don't forget to subscribe to get notified when we publish our next post.

Thanks.

Comments

Popular posts from this blog

Rotating a Character in the Direction of Movement - Unity Game Development Tutorial

Changing the Colour of a Material - Unity Game Development Tutorial

Creating Terrain from Heightmaps - Unity Game Development Tutorial