Renaming a Field Without Losing the Value in the Inspector (Unity Tip)

Опубликовано: 15 Октябрь 2025
на канале: Ketra Games
3,245
142

In this Unity quick tip we're going to look at how we can rename fields in a script without losing the values we have set in the inspector.

If you prefer written instructions you can find a link to the text version here - https://www.ketra-games.com/2021/02/r...

00:00 - Introduction
00:20 - Demonstration of how field values are lost when renaming
01:41 - Renaming fields safely using the FormerlySerializedAs Attribute