Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

DOTS wasm on Windows

Discussion in 'Entity Component System' started by mattbrandmm, Feb 8, 2021.

  1. mattbrandmm

    mattbrandmm

    Joined:
    Jun 5, 2018
    Posts:
    90
    Hey all! I'm having some trouble building Unity DOTS in wasm on Windows 10. I get various errors, but using the Tiny2D project from the Unity DOTS examples, I get this one:

    Code (csharp):
    1. Require frontend run.  artifacts\tundra_tiny2d-wasm_hos.dag.json does not exist yet
    2. *** buildprogram build success (0.14 seconds), 0 items updated, 13 evaluated
    3. error: WindowsDummySdk has not provided information on how to actually invoke the C++ compiler (C_Win64_). (System.InvalidOperationException)
    4.  
    I am using Rider, and I see from this doc https://docs.google.com/document/d/1A8hen2hLFY5FLkC5gd3JP2Z-IpHfnAX-CpYLK3aOdwA/ that the following Rider components are required:
    Desktop development with C++
    .NET desktop development
    Windows 10 SDK

    Is this error related to those components? I don't understand how to install those components, and can't seem to find relevant information on the web about doing so.
     
  2. mattbrandmm

    mattbrandmm

    Joined:
    Jun 5, 2018
    Posts:
    90
  3. mattbrandmm

    mattbrandmm

    Joined:
    Jun 5, 2018
    Posts:
    90
    OK that does indeed work. Sorry for the duplicate post!
     
  4. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,695
    What build configuration are you using, I have not build tiny on windows yet
     
  5. mattbrandmm

    mattbrandmm

    Joined:
    Jun 5, 2018
    Posts:
    90
    WASM.