William Iverson

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
-
William Iverson created a post, AnsweredNative dylib with Rider Standalone NUnit Tests and Unity?
macOS Monterey (12.3) Have a native library declared in my project, a custom version of sqlite. Works great in Unity. Works great in Rider when using the Unity - Edit Mode option. When I switch to ... -
-
-
William Iverson created a post, Copy file on test run?
Working with a Unity project. Using the Rider nunit runner to test headless code (i.e. can run w/o any Unity dependencies). Would like to copy a file from the Unity project into the Temp/Bin/Debug ... -
William Iverson commented, -
William Iverson created a post, Rider 2021.2.2 and Unity 2021.2.5f1
Ran into two issues trying to use the Standalone NUnit Launcher. First, got an error message that language level 9.0 was not supported. Was able to get past this by adding a Directory.Build.props f... -
William Iverson created a post, Flag method as not performance expensive?
I have a singleton method that is being flagged as "performance critical context", even though it is only called once. This is causing the performance warning to spread everywhere. Is there a way t... -
-
William Iverson created a post, AnsweredBoxing warning
Hi! Just started using Ryder for Unity3D dev, so far very happy. One question - I'm getting a red-underline warning for naive string concat with a long along the lines of... String foo = "my string...