How to import tree from blender?

I just used the “Sapling” addon in blender to create a tree, the problem is that when I import it, it doesn’t show up when dragged into the scene. Anything else I import works fine, though. I imported the cube when you first start up blender, with absolutely no problem.

Umm have you tried selecting the tree and then when you go to export it into unity from blender and check the selected objects from the Export FBX tab?

Blender:

  • Select the tree (all meshes if it is built in Blender by several meshes)
  • Choose to export as fbx
  • Make sure that:
  • “Selected Objects” is selected in Blenders export window.
  • “Include Default Take” is NOT selected in Blenders export window.

Unity:

  • Make sure that you got your model in the “Project” window.
  • The “Inspector” will preview your model if you select it in “Project” window.
  • If you cannot see the model, drag an instance of it out to your scene and then scale it up a lot.
  • If you can see the model after you have scaled it up enough, then select it in the “Project” window, choose the “Model” button in the “Inspector” and play with the “Scale Factor”.
  • The model should be bigger the next time that you place it in the game world :wink:

Common Problems that I have found while learning Blender the last few days is:

  • Blender and Unity got different scales on their 3D world grids.
  • Blender can occasionally have objects with negative scaling (these gets completely messed up in Unity) but this can be solved in Blender by pressing CTRL+A in object mode while the model is selected. Then Choose Apply Scaling from the popup window.
  • Many people, me included, fumbles around a bit with exporting while we are learning.

In blender latest 2021 version : select the tree in object mode. Then press “object” next to the “add” button. In object section find “Convert” and then press mesh in convert tab. Tree is a curve but unity does not support curves. Doing this you turn curve into mesh. After all select your tree and export it to unity.
I found this today(At 13 years old)(I don’t speak English every day, so maybe I’m writing with mistakes)