We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77020ba commit d0676d3Copy full SHA for d0676d3
Assets/Scripts/Pinpoint/UI/EphysLinkSettings/EphysLinkSettings.cs
@@ -20,7 +20,7 @@ public class EphysLinkSettings : MonoBehaviour
20
{
21
#region Constants
22
23
- private const string EPHYS_LINK_NAME = "EphysLink-v2.0.0b0";
+ private const string EPHYS_LINK_NAME = "EphysLink-v2.0.0b1";
24
private static string EphysLinkExePath =>
25
Path.Combine(
26
Application.streamingAssetsPath,
0 commit comments