# Extract the Version Information of a Game with Unity and C#

DevFeed: [Extract the Version Information of a Game with Unity and C#](<https://devfeed.tech/articles/extract-the-version-information-of-a-game-with-unity-and-c-21811.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2022/02/extract-version-information-game-unity-csharp/>)

Author: Nic Raboy

Published: 2022-02-16T14:00:00Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [Unity](<https://devfeed.tech/topics/unity.md>), [C#](<https://devfeed.tech/topics/csharp.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [c-sharp](<https://devfeed.tech/tags/c-sharp.md>), [code](<https://devfeed.tech/tags/code.md>), [csharp](<https://devfeed.tech/tags/csharp.md>), [development](<https://devfeed.tech/tags/development.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [unity](<https://devfeed.tech/tags/unity.md>), [unity3d](<https://devfeed.tech/tags/unity3d.md>)

## AI overview

This tutorial explains how to retrieve a Unity game's version or build number from project settings using C#, then display it on screen through a game object component.

## Source excerpt

If you play a lot of games, you probably noticed at some point in time that the version number or build number of the game is often presented clearly on the screen. This is often not by accident and i... The post Extract the Version Information of a Game with Unity and C# appeared first on The Polyglot Developer.