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

MTree - Tree creation

Discussion in 'Assets and Asset Store' started by mherpin, Aug 31, 2018.

  1. CaliCoastReplay

    CaliCoastReplay

    Joined:
    Mar 26, 2017
    Posts:
    86
    So, it looks like not an issue with your particular settings after all, but an issue with the old shaders (which are indeed pretty old and haven't really been updated since the initial release).

    I highly suggest that you and *all* other Mtree active users get the Addons installed which include newer and better shaders, and to see if you can find settings with the newer shaders that fix these issues!

    https://github.com/danwipf/MTree-Addons/

    Once again, all these Addons are intended for addition in the new release as soon as Maxime gets some time to help us integrate them officially.

    This is absolutely impossible to do if your tiling is not a whole number.

    Think about it: If your texture is cut in half or a quarter it's not seamless anymore.

    Much as I know this isn't the answer you probably want, there's nothing wrong with the current UV's - Mtree UV's are set up to be as seamless as possible if your textures are seamless. If they are not seamless, or if your tiling is not a whole number, there will be seams. This isn't a problem with the MTree technology or our UV's; it's simply how texture tiling works. You'll generate seams on most Unity objects if you don't use whole-number tiling (unless they're doing something very advanced).

    I get the sense you turned the tiling down to half because you want the texture to look "bigger" on your trees from a distance? You're going to have to generate a seamless texture at the right size if you truly want to have that look with no seams - take the one-quarter of the texture you're using (that's what 0.5, 0.5 tiling is, after all) and make it into its own seamless texture:

    https://creativepro.com/creating-seamless-textures-in-photoshop/

    These are great ideas, but also very advanced ideas and really not feasible for us to undertake in the next version or two. We're a small "team" right now and dan and I are unpaid volunteers on this project.

    However, we are also a project that absolutely wants to support user contributions to MTree (that's how dan and I got started!) and if *you* want to research these things, I encourage you to join the Discord for the project and we'll chat!

    https://discord.gg/fC6kt5

    Many things might be more possible if Maxime is able to meet with us soon and/or allow us to become official publishers on the package!
     
    protopop likes this.
  2. Guedez

    Guedez

    Joined:
    Jun 1, 2012
    Posts:
    826
    Is this a good place to request features for this? I really like how it can so easily generate some pretty cool trees, but there are some issues that hinder them being used on my project.

    I need two things:
    * A "growth" slider, from 0 to 1. This would cap the length and width of the trunk, how many branches grow, and how many leaves grow on the branches. Something as simple as setting the scale of a 'not-to-grow-yet' branch to 0 would suffice. This would be used to enable players to plant trees and watch them grow over the days, there is no need for this to be fast, since they don't really need to grow in real time, I would just randomly select 3-5 trees to grow each frame, and eventually they would all grow nicely, especially if I can somehow put the tree mesh generation code in another thread.
    * A "Fruit hardpoint". Create a bunch of empty gameobjects (or gimme a list of positions, so I can use ECS for the fruits instead) on the branches, it's like how leaves work, but being able to access from code so I can spawn fruits, the player then can collect them, they would generate flowers -> fruits over time and whatnot. A big plus is being able to tell the tree how many hardpoints I want, and it always generate them on the same relative (the third fruit always spawn on the tip of the 11th branch) places, even better if it could even tell me which ones were not generated because the branches are too young because of the growth slider asked above

    The biggest issue I face on implementing or simulating this myself is that the tree randomizes itself every single change I make, so, although I can see a tree growing, the leaves and branches are teleporting all over the trunk every frame
     
  3. CaliCoastReplay

    CaliCoastReplay

    Joined:
    Mar 26, 2017
    Posts:
    86
    You can always simply scale the tree object in the GameObject values - but that's probably not a great solution if you want to actually do a growing-plants game with "sprouting" branches, etc.

    Right now MTree doesn't support a genuine growing-plants feature, and probably isn't going to anytime soon because as cool as it is, it's also *very* hard.

    The fruit hardpoint idea is more feasible - Mtree already does something similar internally for leaf generation, and it's possible we could work on exposing a list of spawnpoints for fruit or other hanging objects - but I can't promise that we can do it soon!

    Again, these are great ideas, and things we'd love to do one day.

    I can't promise anything on these at all without help from Maxime himself, however - who has still been unable to get free to help us with the new version yet.

    What I'd suggest is possibly joining dan and I on the Discord - you guys will hear this a lot in coming weeks - so that if *you* want to start researching some of this, you have the benefit of the community and its expertise when it comes to looking at the code yourself.

    https://discord.gg/fC6kt5
     
  4. Guedez

    Guedez

    Joined:
    Jun 1, 2012
    Posts:
    826
    How do I lock a tree to a specific seed instead of having it regenerate every single small modification?
    That alone would help making the whole feature feasible
     
    dan_wipf and CaliCoastReplay like this.
  5. CaliCoastReplay

    CaliCoastReplay

    Joined:
    Mar 26, 2017
    Posts:
    86
    You can't, yet - and it has to do with MTree's internal algorithm. The same seed will produce different leaf placements, et cetera, with different values of the main algorithm instead of keeping things "stable", because that kind of stability wasn't an assumption made and specifically coded for in MTree's initial version.

    I agree that it's an amazing feature request, and I myself am having some similar issues with the difficulty of how hard it is to keep Mtrees "stable".

    Support for it would need support from Maxime Herpin, however, who is this app's actual developer. (Dan and I are just volunteers, and unpaid at that.)

    Dan and I *have* however made some inroads into looking at the tree generation code; again, we're happy to share what we know if you want to join us on Discord one day.
     
  6. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    The reworked Standard Märe Shaders built with Amplify (Function Nodes included). Btw. if you do any improvement we're happy to know! =)

    Avialable aswell on Github: https://github.com/danwipf/MTree-Addons
     

    Attached Files:

    Efpariah and hasantayouji like this.
  7. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Allright according to maxime the SRP are ready to launch for the Update! Just keep in mind it’s still an unstable thing to use, and in preview! So it was maybe a fault to support it and we should have waited for that like dynamic advanced shaders or vegetation studio did..

    but as it says in the assetstore description, we will support all srp’s with the next update!

    dan
     
    CaliCoastReplay likes this.
  8. PierrotOrkeis

    PierrotOrkeis

    Joined:
    Apr 1, 2019
    Posts:
    2
    Hi, thanks for this good tool for creating trees. I saw that it's not yet possible to change tree parameters in runtime. Do you know if it will be implemented shortly or not ?

    Thanks,

    Pierre
     
  9. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Hi Pierre

    i will say right now no, it wont be implement in the near future. But i’ll discuss this!

    Dan
     
  10. Guedez

    Guedez

    Joined:
    Jun 1, 2012
    Posts:
    826
    Is it because of the billboard generation?
     
  11. soleron

    soleron

    Joined:
    Apr 21, 2013
    Posts:
    558
    I love this tool thank you very much.
    With some improvements on the realism front, especially when it comes to the positioning of the leaves, you have a unique opportunity to become the topmost preferred tree creation tool on Unity. Especially now that SpeedTree has become so slow and stupid. :p

    Please if you haven't already, start working on 2019.3 support.
    It is in advanced beta, soon to be released, and it throws quite a few errors. Such as:


    Assets\MTree\Editor\LeafWindNode.cs(23,10): error CS0246: The type or namespace name 'Slot' could not be found (are you missing a using directive or an assembly reference?)

    Assets\MTree\Editor\LeafWindNode.cs(23,10): error CS0246: The type or namespace name 'SlotAttribute' could not be found (are you missing a using directive or an assembly reference?)

    Assets\MTree\Editor\LeafWindNode.cs(21,18): error CS0103: The name 'Binding' does not exist in the current context

    and other similar related to Wind.
     
    CaliCoastReplay likes this.
  12. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    hi @soleron, this is due to unsuported srp pipeline in 5.x,6.x and 7.x!

    i’ll let you know when and what exactly the next update includes!

    dan
     
  13. soleron

    soleron

    Joined:
    Apr 21, 2013
    Posts:
    558
    They look like minor API issues. The materials work just fine.
    Unfortunately I can't compile or even preview because of this, even though there is nothing wrong with the trees or their features.
     
  14. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    most likely you’ll have an error in the windnode script :)
     
  15. CaliCoastReplay

    CaliCoastReplay

    Joined:
    Mar 26, 2017
    Posts:
    86
    Just wanted to check in - been continuing to work with Mtree, and developing my own normal-mapped photoscans!



    Full res: https://imgur.com/a/OBuLr1j

    Mtree is capable of some REALLY amazing visual fidelity when using photoscans!

    The custom shaders I've been developing with Fresnel support don't hurt either!

    Hope everyone is doing well and making some wonderful stuff!
     
    Last edited: Oct 11, 2019
  16. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Good news ahead!

    We’re testing the Mtree 2.2 Version which has right now some bugs to get rid off!

    We will reveal the full changelog ASAP! Maybe not every wish and feature request is involved, for example the bezier addon wont be included yet, the reason is easy we want to push this update as fast as possible with maximum compabilty!

    dan
     
  17. CaliCoastReplay

    CaliCoastReplay

    Joined:
    Mar 26, 2017
    Posts:
    86
    100% Mtree plus my personal photoscans and community shaders (shaders to be released in MTree 2.2 hopefully!) - plus a bit of Substance and of course the Unity Postprocessing Stack - in this shot.



    Keep working!

    Let's see a hit game made using this technology in 2020! :p
     
    Last edited: Oct 14, 2019
  18. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Back with some news! Update as planed will be delayed due to troubles implementing hdrp on 2019.2 and above. Unity failed at good support and included some bugs which are game-breaking!

    i’ll give further news when we know more and i am around on discord! almost everyday! (link in my signature)

    dan

    PS: Any requests, wishes and feedback :), feel free to post them below or directly on discord!
     
  19. MartinWorker

    MartinWorker

    Joined:
    Feb 24, 2015
    Posts:
    12
    Hi,

    We sucked too with the new unity HDRP, I see, they simple removed the functions what u used. Their support is terrible, and the whole HDRP stuff is a hardly unstable, and an unusable thing. :(
     
    CaliCoastReplay and dan_wipf like this.
  20. wetcircuit

    wetcircuit

    Joined:
    Jul 17, 2012
    Posts:
    1,409
    I've learned to stay out of the .1 and .2 versions of Unity. I can't take the frustration when everything breaks. :(

    to be fair, this is how Unity numbering works now..., but of course customers complain if experimental betas aren't supported, much less official releases. Sorry this happened to you. Seems like a no-win situation.

    In the meantime, for those of us on 2018.4 LTS, what's the recommended downloads? Mtree from the asset store and then all the add-ons from the discord?
     
    CaliCoastReplay, hopeful and dan_wipf like this.
  21. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    yes indeed Mtree shaders 2.2 are good to go! the rest of the shaders are more what can be done stuff!

    the tutorial folder is also recomended to exclude :)

    and be aware of reading the manual of bezier addon, requires some setup in mtree code!

    thanks for your supporting words!!!

    dan
     
    CaliCoastReplay likes this.
  22. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    A4BBD1A0-8685-4816-BE10-7519C656975A.jpeg 1671919E-729A-4CC9-9A8F-FE0CAF6A1374.jpeg Hdrp 6.9.1 is finished!

    Here i post two photographs of the result. The Birch is from Mtree and i placed a Fir from Nature Manufacture next to it as Reference.

    On the picture looking towards the sun you may see white dots on the Leafs of both tree. We can not get rid of them, you need to use Post Processing on this case!

    dan
     
    CaliCoastReplay and Flurgle like this.
  23. ManiaCCC

    ManiaCCC

    Joined:
    Aug 15, 2015
    Posts:
    41
    Hello, two questions , with new update, will be my trees compatible or will need to rework them due to new shaders?

    Also, is possible to make more control over wind feature in mtree? Like direction, turbulence strength and frequency etc.?
     
    CaliCoastReplay likes this.
  24. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Hi there,

    Are my old Trees compatible with the new Update?
    -
    Yes they are! I tested it with Prefabs and after you click upgrade tree, your tree should be displayed correct!

    Is it possible to add more function how Wind affects my Trees?
    -
    Yes! We add in next release more options to control the wind!

    Dan
     
    CaliCoastReplay likes this.
  25. Efpariah

    Efpariah

    Joined:
    Feb 3, 2019
    Posts:
    2
    Hey there, So I've been working with Mtree for a couple weeks now, and thank you all for making such a cool tool for speeding up vegetation. I am particularly stoked on the amplify shaders! I have a quick question, if I wanted to use the Mtree wind displacement amplify shader function on one of my own shaders/models would it work?, also What vertex colors should I be using? Cheers, Erik
     
    CaliCoastReplay likes this.
  26. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Nice that you like it!
    Hm, cant tell you if it works, wind displacement is based on vertexcolor channel red and green. ambient occlusion uses alpha channel.
     
    CaliCoastReplay likes this.
  27. Apollo11_1969

    Apollo11_1969

    Joined:
    Nov 20, 2018
    Posts:
    15
    I'm new to Mtree and also to Unity. I've made my first tree, how do I export it as a game ready asset so that I can use it in my other Unity projects please?
     
    CaliCoastReplay likes this.
  28. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Hi there:
    1. Select your Tree and hit in Inspector the third tab of Mtree Component (save as Prefab).
    2. Select the Path (preferable in Project) and Name of your Tree and hit Save as Prefab.
    3. Select now the saved tree. For example "Oak" and the Folder "Oak_mesh".
    4. Export as an Asset package, or manually Import it all from the Finder/Explorer to your next Project.

    See the Picture for what Needs to be exported, so the trees work in your other Project.

    Explenation for Export.PNG

    EDIT: VS_Indirect.cginc has to be included aswell!
     
    Last edited: Nov 2, 2019
  29. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Hey, some quite nice updates to share! We’re now in Beta testing of Mtree 2.2!

    Well here’s the full changelog, in comparison with Mtree 2.1:

    Code (CSharp):
    1. Mtree Editor:
    2. - Enhanced Branch Editor (Normalmaps compatible)
    3. - Tree Templates replaces Prefabs
    4. - Instant Ambient Occlusion
    5. - Procedural Leaf Type
    6. - Global Wind Controller
    7.  
    8. Mtree Shaders:
    9. - Amplify made Shaders(full source files)
    10. - New Wind System
    11. - Billboard Wind
    12. - Full reworked shaders
    13. - Full SRP support from 2018.3 upwards with latest, confiremd SRP versions
    Want to test it out? Send me your Invoice / Receip number on our Discord Channel!

    https://discord.gg/pqKqazJ

    dan
     
    soleron likes this.
  30. soleron

    soleron

    Joined:
    Apr 21, 2013
    Posts:
    558
    Tried to join the support server but the discord link has expired. Maybe make a non expiring one?

    Thanks!
     
  31. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    well this is a non expiring one :/
     
  32. soleron

    soleron

    Joined:
    Apr 21, 2013
    Posts:
    558
    Then maybe you have blocked me? :p

    upload_2019-11-12_14-36-20.png
     
  33. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
  34. soleron

    soleron

    Joined:
    Apr 21, 2013
    Posts:
    558
    looks like this is a Discord bug. if you are not logged in on the browser it doesn't allow you to accept the invitation. after logging in on the browser it worked.

    Thanks.
     
    CaliCoastReplay and dan_wipf like this.
  35. protopop

    protopop

    Joined:
    May 19, 2009
    Posts:
    1,557
    This is my workaround for creating MTree with collider on the trunk and branch only, untested with character though

    Screen Shot 2019-11-26 at 2.28.15 AM.png

    Create your tree
    Save your tree as a prefab - with meshes
    Add a mesh collider to one of your generated meshes - this will add a collider to the trunk, branches and leaves, not what we want
    Change the leaf size to 0 - if you delete the leaf node the branches will not appear
    save this "leafless tree" as a prefab with meshes
    In the inspector for your original tree, in the mesh collider component, add in your newly created leafless mesh as the collider mesh

    Screen Shot 2019-11-26 at 2.29.15 AM.png

    You can see In my image here is only a collider on the trunk and branches

    Im sure you could optimize the collider mesh using some unity asset. There is probably a way to create it in the script too in the save as prefab script function, but I haven't given it a good look.

    I used a similar technique in Nimian Legends Brightridge to make climbable Oaks.

    Wont work with wind because the collider doesn't bend, you could workaround when a player climbs a tree stop blowing wind on that tree while you climb it.

    Now I looking for a way to use these trees without LOD and with unity built in billboards - I think maybe you need use the Nature creator leaves and bark shader but it shows up one sided on the leaves

    Great asset btw - so fun and intuitive. I literally made interesting trees minutes after buying ad installing it.

    I hope more people buy it so everyone makes a bit more money. I totally get it about even big sellers making relatively little.
     
    Last edited: Nov 26, 2019
    CaliCoastReplay and dan_wipf like this.
  36. CaliCoastReplay

    CaliCoastReplay

    Joined:
    Mar 26, 2017
    Posts:
    86
    This is a fantastic technique! I was just breaking my brain over how to get a decent set of colliders in for the trees in my environment pack.

    How's performance? I would worry about having this many 10k-triangle-level colliders for a full forest; I wonder if taking the mesh from LOD1 or 2 instead would provide acceptable enough collision or if it would be too imprecise? Time to run some experiments, possibly!

    We also appreciate the support! What is genuinely needed for MTree most at present is just for our users to be patient with the process of getting out new versions, as Maxime has fulltime work elsewhere at present and the rest of the team is still acquiring the knowledge necessary to bring it to maturity.

    We also need people who are contributing to the body of knowledge on how to successfully integrate Mtree with Unity more fully - just like you just did!

    Thanks so much for your help!
     
    protopop likes this.
  37. CaliCoastReplay

    CaliCoastReplay

    Joined:
    Mar 26, 2017
    Posts:
    86
    Last edited: Dec 8, 2019
    BradZoob, protopop, dan_wipf and 2 others like this.
  38. Baldinoboy

    Baldinoboy

    Joined:
    Apr 14, 2012
    Posts:
    1,526
    Congrats guys!

    Just wanted to check in and see if this was being worked on officially anymore? Know a lot of work going into the github updates but just wanted to make sure it will be kept alive and core features still being worked on before I try to get back into learning it.
     
    CaliCoastReplay and dan_wipf like this.
  39. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    @Baldinoboy yes! we’re working hard on it! :) we’re now on a stable beta with all core features available! check out the builds channel for the latest beta if you want to try out!

    beyond this point nothing gamebreaking will change until release!

    dan
     
  40. protopop

    protopop

    Joined:
    May 19, 2009
    Posts:
    1,557
    Performance wise I used this technique with some unity tree creator trees and They ran great on mobile and that was several years ago. I think you’d be good decimating The mesh used in the collider but you never know. We’re always told not to use mesh colliders but I’ve found them pretty performance friendly with all the optimizations modern physics engine make. Side note I disable all the tree mesh colliders when you turn into a bird in my games to make it easier to fly through the trees.
     
    CaliCoastReplay likes this.
  41. newguy123

    newguy123

    Joined:
    Aug 22, 2018
    Posts:
    1,248
    Hi Guys

    Thinking of purchasing this for an upcoming project. Probably wont have much time to learn a new tool, so does anybody have a ready made (made with this tool) HQ HD tree collection for sale that will work with wind animation etc? I need something that looks awesome at long, medium and close up shots.

    Typical european trees used in urban areas. Like shopping malls, parking lots, next to the road etc...
     
    CaliCoastReplay likes this.
  42. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    if you have more textures, its quite easy to use! The setup for a new takes a short amount!

    There are several demo types of trees, which are easily changed, randomized and saved as propper prefabs!

    you wont need a large library of diffrent trees, its easy to make new ones!

    (if you have a look at the reviews from the asset store, you will gain some feedback about the tool)

    dan(mtree)
     
    newguy123 likes this.
  43. riveranb

    riveranb

    Joined:
    Jul 16, 2017
    Posts:
    16

    Happy to know you are working on testing v2.2 already!
    Great job & asset.
    Do you have a release date on MTree v2.2?
    And MTree v2.2 will support newest SRP version? (like HDRP 5.16.x+ ...)
     
  44. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    A1FCE9FF-C3F5-4D22-84C2-ECD5430228DB.jpeg
    Thank you!

    there’s currently no release date yet! But we’re on a very stable release of the beta! So wont take long!

    And yes, we will support all the latest srps!

    Btw. visit us on discord, link is in my signature, lot of news are happen there!

    dan
     
    Mauri, haleler51, Baldinoboy and 2 others like this.
  45. Seith

    Seith

    Joined:
    Nov 3, 2012
    Posts:
    755
    @dan_wipf @Calicolive Hi guys! Congrats on the nomination! :)

    I haven't watched any tutorials yet but I was wondering: is it possible to use photogrammetry trunks (mesh + textures) to create a MTree? By this I mean to start with an imported photogrammetry trunk (.fbx file) and then use MTree to "grow" the rest of the trunk and branches, leaves, etc.
     
    Baldinoboy likes this.
  46. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    thats a good idea, which is not supported :-(

    well who knows what comes in the future :)
     
    newguy123 likes this.
  47. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Mtree 2.2 is on it’s way! (Pending review from the Asset Store Team)

    When upgrading the Package, you need to delete the Old Mtree and then Upgrade to the new Version!

    Unfortunatly it’s not possible to use the old trees anymore, dueto heavy changes in the core API! We’re sorry about that, but no way lead around that!

    Dan
     
    riveranb, Mauri, Freznosis and 2 others like this.
  48. DekkerC

    DekkerC

    Joined:
    Oct 7, 2017
    Posts:
    17
  49. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Well we do recalculate the normals by script, when creating the mesh. But in the next update you have aswell an option to flip / mirror the backfaces normals!
     
  50. dan_wipf

    dan_wipf

    Joined:
    Jan 30, 2017
    Posts:
    313
    Whoop Whoop! @everyone

    Very good news! Since a few Minutes Mtree 2.2f0 is Live on Unity Asset Store!!!

    After over half a year finally there comes a Major Update, the last two Months were very exciting but lot of work to get this Update out on the Market!

    Warning!

    Mtree 2.1 and Mtree 2.2 are not compatible with each other! Please delete the 2.1 Mtree folder before importing 2.2!

    Trees can not be ported from 2.1 to 2.2! (Sorry for that)

    Warning!

    Here's the full changelog:

    Code (CSharp):
    1. Mtree Editor:
    2. * Undo Functionality
    3. * Copy Past Function for Tree Functions
    4. * Enhanced Branch Editor (Normal Maps compatible)
    5. * Tree Templates replaces Prefabs
    6. * Instant Ambient Occlusion
    7. * Procedural Leaf Type
    8. * More coherent branch placement
    9. * Global Wind Controller
    10. * Changed path of Menu Item of MTree from “GameObject/Mtree/Create Tree” to “GameObject/3D Object/Create New Mtree”
    11. * New Vertex Color Editor for meshes (Grass)
    12.  
    13. Mtree Shaders:
    14. * Amplify made Shaders(full source files)
    15. * Overworked Wind System
    16. * Billboard Wind
    17. * Full overworked shaders (Subsurface Scattering, Bark Detail, Smoothness, Local Wind)
    18. * Full SRP support from 2018.3 upwards with latest, confiremd SRP versions (4.10 / 5.16.1 / 6.9.2 / 7.1.5)
    19.  
    20. Mtree General:
    21. * Example scenes Updated with new Trees, auto Setup of the Scene, based on what editor/srp user uses
     
    Last edited: Dec 18, 2019
    Mauri, hopeful, sarum and 3 others like this.