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

How can I get a success status or callback from Image2DLoadFromFile?

Discussion in 'Project Tiny' started by wbq9224, Sep 16, 2019.

  1. wbq9224

    wbq9224

    Joined:
    Sep 4, 2019
    Posts:
    3
    I use Image2DLoadFromFile() to load images from server. I want to do something after image has been loaded definitely successful. In HTML/JS/Unity it provide callback api to do this. So I want to know how to realize this function.
    PS:I tried WatchGroup() and Watcher() but it's not work beceuse I have no property which actually response the image load status to "watch".