Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. Eric Welwood
    E
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Eric Welwood

    @Eric Welwood

    0
    Reputation
    3
    Posts
    18
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Eric Welwood Follow

    Best posts made by Eric Welwood

    This user hasn't posted anything yet.

    Latest posts made by Eric Welwood

    • [Unity] Authenticated Event ?

      Where is the event that is triggered when authentication has completed without calling Authenticate methods?
      There must be one somewhere because it doesn't make any sense for the logic that calls the Authenticate method with a SuccessCallback to manage notifying unrelated logic that just wants to know when authentication happens independently.

      posted in Client APIs
      E
      Eric Welwood
    • RE: Unity Compiler Error in RelayComms related to 'Task'

      Caused by Bolt https://assetstore.unity.com/packages/tools/visual-scripting/bolt-87491
      Specifically I had Bolt 1.4.1 installed, uninstalling resolves the issue.
      Also you must close Unity before deleting the Ludiq folder otherwise it doesn't actually delete it.

      posted in Client API Defects
      E
      Eric Welwood
    • Unity Compiler Error in RelayComms related to 'Task'

      [CompilerError] The type 'Task' exists in both 'System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
      Compiler Error at Assets\BrainCloud\Client\BrainCloud\Internal\RelayComms.cs:978 column 34
      976: private async void connectTCPAsync(string host, int port)
      977: {
      -->978: bool success = await Task.Run(async () =>
      979: {
      980: try

      posted in Client API Defects
      E
      Eric Welwood