Aladine
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Aladine commented, -
Aladine created a post, Why Rider insist that i make a variable serialized ??
Hi, I am fairly new to rider and this is a bit annoying tbh, on what basis does the IDE think that a private float must be serialized or public ?? And most importantly how do i disable this wit... -
Aladine created a post, C# code style settings for serialized Field in Unity
Hi, I want all my private class member to be named m_UpperCamelCase, you can find my settings in the attached image, it works fine for non serialized field, but as soon as i add [SerializeField], ...