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

Managed components

Discussion in 'Project Tiny' started by Djo_krd, Sep 12, 2021.

  1. Djo_krd

    Djo_krd

    Joined:
    Sep 6, 2017
    Posts:
    31
    Does project Tiny support Managed IComponentData?
    I want to implement my own ads monetization system and it is impossible without managed components.
     
    Last edited: Sep 12, 2021
  2. GilCat

    GilCat

    Joined:
    Sep 21, 2013
    Posts:
    676
    I think for now you might have to use ISharedComponentData until managed IComponentData is supported by tiny
     
  3. Djo_krd

    Djo_krd

    Joined:
    Sep 6, 2017
    Posts:
    31
    Is ISharedComponentData support old UnityEngine libraries?
     
  4. GilCat

    GilCat

    Joined:
    Sep 21, 2013
    Posts:
    676
    You can’t use anything from UnityEngine namespace at runtime.