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

Project Tiny does not support MonoBehaviour in builds.

Discussion in 'Project Tiny' started by Sergey_Droba, Oct 3, 2020.

  1. Sergey_Droba

    Sergey_Droba

    Joined:
    Nov 6, 2016
    Posts:
    52
    I found that "Project Tiny does not support MonoBehaviour in builds."
    Does it mean I can't use "IConvertGameObjectToEntity" and other stuff with conversion, am I right?
    thank you!
     
  2. brunocoimbra

    brunocoimbra

    Joined:
    Sep 2, 2015
    Posts:
    679
    Yes, you can use IConvertGameObjectToEntity, but only through subscenes (which makes the conversion pre-build time).

    But no, you can't convert things in runtime with Tiny.
     
    Sergey_Droba likes this.