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

Fantasy world (wip)

Discussion in 'Made With Unity' started by botumys, Dec 11, 2009.

  1. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    :eek: :D

    I'm uploading new version because some plants and objects was not include in the set.
     
  2. Merries

    Merries

    Joined:
    Feb 2, 2009
    Posts:
    262
    Beautiful work Im looking forward to seeing this progress!
     
  3. Yorick2

    Yorick2

    Joined:
    Jan 24, 2009
    Posts:
    297
    screenshot look great.

    unfortunately the mac build does not start up at all on my macbook.
     
  4. sebako

    sebako

    Joined:
    Jun 27, 2009
    Posts:
    301
    insane!
     
  5. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    Try the web version :)
     
  6. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
  7. Discord

    Discord

    Joined:
    Mar 19, 2009
    Posts:
    1,008
    Haha. Very cool. I love this world you have put together so far.
     
  8. ColossalDuck

    ColossalDuck

    Joined:
    Jun 6, 2009
    Posts:
    3,246
    GODLIKE.

    Truly fantastic is the art of your skill.
     
  9. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    I continue to work on the sanctum zone. New fx, 3 kinds of flowers added and god ray.

    o.

     
  10. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    Hi all!
    Ok, now I have in mind to redo the garden zone, near the waterfall. I don't like definitely this area and I have in mind to build it rather than a garden terrace.

    On this picture, an early sculpting of the new zone.
    Next to the bridge, in front of the waterfall, a path lead to the gardener's village. Before to reach it, visitors will cross many gardens with a lot of variety of plants, flowers and trees.

    What do you think?

     
  11. Discord

    Discord

    Joined:
    Mar 19, 2009
    Posts:
    1,008
    I like it.
     
  12. platonia96

    platonia96

    Joined:
    Mar 10, 2010
    Posts:
    225
  13. Blacklight

    Blacklight

    Joined:
    Dec 6, 2009
    Posts:
    1,241
  14. jmunozar

    jmunozar

    Joined:
    Jun 23, 2008
    Posts:
    1,091
  15. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
  16. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    A little post to share with you the concept for garden house:

     
  17. ColossalDuck

    ColossalDuck

    Joined:
    Jun 6, 2009
    Posts:
    3,246
    Can't wait for the completed house.
     
  18. Blacklight

    Blacklight

    Joined:
    Dec 6, 2009
    Posts:
    1,241
    That house does look good.
     
  19. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    The implementation map for this zone. I removed the hanging houses (I do not like them).

     
  20. platonia96

    platonia96

    Joined:
    Mar 10, 2010
    Posts:
    225
    How did you do those clouds?
     
  21. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    Easy!

    look that:



    Just 2 big planes placed above the world. Create a additive particle shader and put a cloud picture in it (black and white). Attach this shader on the planes and add a script to animate UV. Set the speed higher for lowest plane than highest and enjoy :)

    here is the script:

    Code (csharp):
    1.  
    2. var scrollSpeed_X = 0.5;
    3. var scrollSpeed_Y = 0.5;
    4. function Update() {
    5. var offsetX = Time.time * scrollSpeed_X;
    6. var offsetY = Time.time * scrollSpeed_Y;
    7. renderer.material.mainTextureOffset = Vector2 (offsetX,offsetY);
    8. }
    9.  
     
  22. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    Hi, some news about the world.

    Actually I'm beginning the village. I'm on the main house. here 2 screenshots. first, a work in progress of the model. Second, house in the set with lightmap.


     
  23. Blacklight

    Blacklight

    Joined:
    Dec 6, 2009
    Posts:
    1,241
    Now that looks awsome :D
     
  24. ColossalDuck

    ColossalDuck

    Joined:
    Jun 6, 2009
    Posts:
    3,246
    Awesome juice. With cool sauce.
     
  25. Balmung

    Balmung

    Joined:
    May 9, 2010
    Posts:
    40
    Some days ago i found your video on youtube and its great, so i finely decided that i use Unity for my project. Thanx. ;)
     
  26. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    One day I'll try to ask a discount on unity pro price for free advertisement :D
     
  27. Guru

    Guru

    Joined:
    Apr 30, 2010
    Posts:
    118
    WOW! I finally got around to checking this out and it is just mind blowing....you do all this by yourself? It is gorgeous! I am going to have to go back and read all 19 pages now lol.

    Well done!
     
  28. Vinícius Sanctus

    Vinícius Sanctus

    Joined:
    Dec 14, 2009
    Posts:
    282
    Awesome work as usual Botu! Too bad we barely catch each other on msn due time incompatibility issues... :<

    Btw check out my game whenever you have the time, combat is implemented already! :>


    Hugs n keep up the awesome work!
     
  29. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    Thx for great compliments!
     
  30. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    New house in construction: the Inn.
    a small staircase leads to the first floor where the Inn is.
    note : I have to fix normals. Inn is 25% finished. At the end, I will "randomize" vertices to break the "cube effect" :)




     
  31. Trouch

    Trouch

    Joined:
    Nov 29, 2009
    Posts:
    87
    Seriously, Your inspiration and a depressant at the same time. Good work many, its amazing

    Just want to make a comment, try using some bumps in your textures ( Might not turn out great, but maybe!, i was mainly look at the bridge when i thought that tho )
     
  32. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    inside of the Inn, without furniture. No textures yet.

     
  33. Disati

    Disati

    Joined:
    Oct 5, 2009
    Posts:
    111
    Exactly what i wanted to say.
     
  34. piojomolina

    piojomolina

    Joined:
    Apr 13, 2010
    Posts:
    1
    Hello! Congrats! You've made an awesome work so far...

    I've been reading between pages and I'm not sure if you say which tool do you use to make trees.
     
  35. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    Hi, new picture of the garden, without shadows actually.
    For trees, I have the chance to use maya (paint fx) here @ work.

     
  36. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    Final look of fruit trees area :)

     
  37. ColossalDuck

    ColossalDuck

    Joined:
    Jun 6, 2009
    Posts:
    3,246
    Epic. Absolutely mindblowingly stunning.
     
  38. Tannz0rz

    Tannz0rz

    Joined:
    May 17, 2010
    Posts:
    18
  39. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    World is huge. I tried normal mapping (with Crazy bump) but it slow down too much fps. Other problem, if I use normal mapping, I have to use a light to see it and the combination light+lightmap is very difficult to adjust.
     
  40. Tannz0rz

    Tannz0rz

    Joined:
    May 17, 2010
    Posts:
    18
    Ah, that's quite understandable. It looks good without the bump mapping anyways.
     
  41. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    thx!

    When leaving the village, visitor can see the waterfall:



    A little path twists between trees to reach the village:

     
  42. CorruptedHeart

    CorruptedHeart

    Joined:
    May 4, 2010
    Posts:
    379
    I'm going to be honest, I didn't want this thread to end, just been through it all and you are an amazing artist. Enough said.

    Regards,
    Corrupted Heart
     
  43. Balmung

    Balmung

    Joined:
    May 9, 2010
    Posts:
    40
    Nice new pictures, i hope i can do such a thing in anime style. ;)
     
  44. tornadotwins

    tornadotwins

    Joined:
    May 21, 2008
    Posts:
    308
    @Botumys: Wow, haven't followed you in a little bit but every picture in this post is phenominal! Still doing this in your coffee brake only or are they letting you run with this fulltime?

    Cheers!

    Efraim
     
  45. Blacklight

    Blacklight

    Joined:
    Dec 6, 2009
    Posts:
    1,241
    How big is the webplayer? Taking forever to load.
     
  46. hellcaller

    hellcaller

    Joined:
    May 19, 2010
    Posts:
    381
    Hi there awesome work! How did U create godrays?
     
  47. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    thx :)

    only during lunch time :)
     
  48. botumys

    botumys

    Joined:
    Apr 16, 2009
    Posts:
    707
    Hi!
    Forge house and Inn are textured.

    new pictures:



    The forge:

    Forge and Inn

    Entrance to the forge:

    Inside forge house:

    Inside the Inn (without decoration )
     
  49. Discord

    Discord

    Joined:
    Mar 19, 2009
    Posts:
    1,008
    Looks amazing! :)
     
  50. e-bonneville

    e-bonneville

    Joined:
    Mar 15, 2010
    Posts:
    76
    How did you do that amazing waterfall? I'm rather stuck on that concept. Is it a mesh with a moving texture or is it particles?