Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Running Project Tiny game on Internet Explorer (IE)?

Discussion in 'Project Tiny' started by Tomiha_be, Jun 6, 2019.

  1. Tomiha_be

    Tomiha_be

    Joined:
    Jan 14, 2016
    Posts:
    8
    When running our Tiny game in Internet Explorer nothing happens and we receive the following error:

    SCRIPT5007: Object expected
    game.js (20,404160)

    SCRIPT438: Object doesn't support property or method '_main'
    game.js (27,602)

    Is there anything we can do about that? (Currently not using the C# version of Tiny > Maybe it is fixed there?)
     
  2. Rupture13

    Rupture13

    Joined:
    Apr 12, 2016
    Posts:
    130
    Internet Explorer isn't supported by a whole lot of companies, applications etc.
    I don't know why you want to run it on IE, but it wouldn't be weird if your Tiny game doesn't run on it.

    Seeing the error it, to me, looks like IE doesn't support some functionality used in the generated JavaScript of the game. If that is indeed the case, I very much doubt that will be any different in the C# version.