Search Unity

Bug MARS Panels not showing up after second boot up

Discussion in 'Unity MARS' started by mudeh, Aug 25, 2020.

  1. mudeh

    mudeh

    Joined:
    Aug 22, 2020
    Posts:
    1
    I'm new to using Unity and programming within extended reality at all, although I do have a rough background in basic coding. I'm running MARS workshop on Unity 2020.1.2f1, and after the second boot received this error:
    Assets\MARS\Generated\ConditionRatingsData.Generated.cs(11,20): error CS0102: The type 'ConditionRatingsData' already contains a definition for 's_TypeIndex'

    This error is repeated a total (153) times for all the content in the generated folder.

    upload_2020-8-25_2-18-41.png

    Is this a total noob question. Am I missing something.

    I just started a new project and re-imported the MARS workshop and that seems to be working fine, so i'm unsure what I did to the other file to make the error occur.
    I'm also curious about whether you have to import MARS workshop on every project before use, or whether this is just a bug issue as well.
     
  2. jmunozarUTech

    jmunozarUTech

    Unity Technologies

    Joined:
    Jun 1, 2020
    Posts:
    297
    hello @mudeh,

    Welcome! :). If you read the errors, those classes are generated.
    If you remove the `Assets/MARS/Generated`, do errors disappear?

    To answer your question; to run mars you just need the installer that got sent to your email when you registered.
     
    leweyg_unity likes this.