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

Import the production build into a React component

Discussion in 'Project Tiny' started by jacobjones, Mar 1, 2019.

  1. jacobjones

    jacobjones

    Joined:
    Mar 1, 2015
    Posts:
    4
    Has anyone been able to work with this in React?
     
  2. jacobjones

    jacobjones

    Joined:
    Mar 1, 2015
    Posts:
    4
    my work around is to just reparent the canvas made by Tiny, so far so good
     
  3. chatpongs

    chatpongs

    Joined:
    Mar 2, 2015
    Posts:
    24
    I am working on React too. My solution is wrap the game's index file in an iframe
     
    sniffle63 likes this.
  4. jacobjones

    jacobjones

    Joined:
    Mar 1, 2015
    Posts:
    4
    Thank you that is much easier and cleaner :)