Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question cloud for 3D game in Android.

Discussion in 'General Graphics' started by ray20ray, May 8, 2021.

  1. ray20ray

    ray20ray

    Joined:
    Aug 7, 2020
    Posts:
    33
    what's the popular and efficient solution to get cloud for 3D game in Android?
    Thanks!
     
    Last edited: May 8, 2021
  2. Olmi

    Olmi

    Joined:
    Nov 29, 2012
    Posts:
    1,553
    Hi,

    You seem to be busy posting questions about many topics, but I just want to ask what have you done so far? You have your research questions, so perhaps you could start with a search engine and do a bit of research, then come to ask about specifics and if you get stuck on something.

    And in this specific case of this question of cloud, what kind of cloud are you talking about, exactly? Do you want to use some cloud service or create a cloud, or perhaps clouds for a game? If it is a game, is it a 2D or a 3D game? Stylized clouds, realistic clouds, or something in between those two?
     
  3. ray20ray

    ray20ray

    Joined:
    Aug 7, 2020
    Posts:
    33
    thank you!
     
  4. UnityLighting

    UnityLighting

    Joined:
    Mar 31, 2015
    Posts:
    3,866
    Use particle system . I already used for android and its works with movement option
    I will share an example if i found free time
     
  5. ray20ray

    ray20ray

    Joined:
    Aug 7, 2020
    Posts:
    33
    thanks very much!
     
  6. ray20ray

    ray20ray

    Joined:
    Aug 7, 2020
    Posts:
    33
    and the normal way to get a 2D cloud in 3D world is use a sphereMap and rotate the sphere, right? Is there better way for this kind of 2D sun and cloud in sky?