79449061

Date: 2025-02-18 17:05:30
Score: 1
Natty:
Report link
This is all the ways to mark a serialized field before renaming depending on its type [SerializeField, FormerlySerializedAs("TAG")]:

where TAG's are:
<[property name]>k__BackingField
_[camel-cased property name]
_[property name]
m_[camel-cased property name]
m_[property name]
[property name]_
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mark