Smasson99
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Smasson99 commented, -
Smasson99 created a post, Add a blank line between two attributes or two specific attributes?
Hi! How would you add a blank line between the [Header()] tag and [SerializeField] ? [Header("Title")][SerializeField] private float number = 2.0f; The correct form being : [Header("Title")][Seria... -
-
-
Smasson99 created a post, Can I disable inconsistent line ending auto fix?
I'm working in a big team and the line ending of scripts is often inconsistent due to mac/windows editing. I wanted to prevent rider from automatically change the line ending on save since it makes...