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.

Does the Entity Debugger work with Tiny-Builds?

Discussion in 'Project Tiny' started by JonasMumm, Sep 14, 2020.

  1. JonasMumm

    JonasMumm

    Joined:
    Feb 22, 2019
    Posts:
    23
    Hello, after a couple month of getting sidetracked I'm back to working on a little Project Tiny Instant App game. Originally I was using Tiny 0.23 for the project, but I decided it was time to upgrade to the current version of Tiny (0.29). Getting the project to compile and run again was less work than expected, but now I'm facing some strange issues that are likely related to migrating my codebase from 0.23 to 0.29 (/the corresponding Entities Package changes).
    Back in 0.23 I usually relied on the Entity Debugger to fix such issues, but since 0.29 doesn't support in-editor playmode anymore, the Entity Debugger would need to support builds to inspect them but that doesn't seem to be the case right now, except I'm missing something.
    If there is a way to use the Entity Debugger on Builds, I'd be happy to know ^^
     
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Unfortunately, Entity Debugger is currently not supported in Tiny 0.29
     
  3. JonasMumm

    JonasMumm

    Joined:
    Feb 22, 2019
    Posts:
    23
    thank you for the response nevertheless!