Shaia1112011
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
Shaia1112011 created a post, Rider doesn't show fix for empty Unity event functions?
I am using Rider for my Unity project, and I noticed that when I have empty Unity event functions such as Update, Rider correctly shows a warning for this, but it doesn't give me a quick fix to rem... -
Shaia1112011 created a post, Rider doesn't show fix for compiler warning CS0414 "Non accessed field"
I am using Rider for a personal Unity project. When adding a field to my MonoBehaviour class, I noticed a warning CS0414 "Non-accessed field" which makes sense because I don't do anything with the ...