Tree brush making very tiny trees
So I made a very simple low-poly tree in Blender and exported to Unity using fbx. When I simply drag the tree on to the game, the tree is the proper size but when I use the place trees tool in terrain...
View ArticleHow to manipulate tree Builder Tree Colors
Hey folks, this is a tougher question, and I wasn't even sure where to ask since it potentially crosses many topics. I need to be able to, based on user state, swap between fully-rendered trees, and...
View ArticleUnity 2017 does not update tree collider in terrain
I wrote a c# script that remove a raycasted tree inside a terrain and I add a new tree outside the terrain gameobject. I refresh the terrain with the following code: float[,] heights =...
View ArticleWhy windZone is not working on my 3d model
Hello all, WindZone seems to be an easy tool, but I find that it's not working on my 3d model, while it is working with trees? Works with trees: ![alt text][1] Doesn't work with non-trees: ![alt...
View ArticleHow do I get a speedtree color?
Looking in the TreeInstance data doesn't give me the hue variation on speed tree when it's in the terrain. How do I get this color? Do I need to find the material to find the value?
View ArticleInvisible Tree Billboards....????
![alt text][1] [1]: /storage/temp/105951-invisibletrees.png If you look at the image above (sorry for the terrible quality, I had to crop the image a lot), you see some mesh trees (with dark trunks)...
View ArticlePlace trees with script on terrain and offset them in y
We have a script to place trees on a Terrain object at a specific location in x and z using terrain..AddTreeInstance(tree); This works fine but we'd like to offset them from the terrain in y with the...
View ArticleRenderTexture lacks quality , Trees have a grey outline against the night sky
**QUESTION: 1. Why does my render image look like dog shit? Specifically: The leaves are not illuminated by the light in the game render, but they are in the scene-view. The details are also pretty...
View ArticleWhy are the billboards black?
In most shaders, billboards of trees are black. How to solve this problem? Sorry for my bad english.![alt text][1] [1]: https://image.ibb.co/kDeBix/Screenshot_23.png
View ArticleThe tree "Tree" couldn't be instanced because the prefab contains no valid...
I have created a prefab and for some reason I'm getting the following error, it's a tree I made and I'm trying to use it with the terrain tree. The tree Tree couldn't be instanced because the prefab...
View ArticleHow to get emission map to tile along SpeedTree?
In Unity 5.5.1, I'm editing the built-in SpeedTree shader to include an Emission map, and I haven't been able to figure out how to get it to tile up and around the tree - instead I get a texture on a...
View ArticleTree spawning problem
i want to make a tree script that spawns new trees around old trees, but i keep having the issue of them spawning in large numbers above the value i have set for them wich is 10, also my trees spawn at...
View ArticleIs it fine to use a separate quad for collision on a sprite?
I'm using tree sprites for terrain scenery and I would like to be able to collide with them. However, I want to be able to walk through the leaves, and collide only with the trunk. My workaround is to...
View ArticleSpotlight lighting entire tree, not just where it shines
I'm using a spotlight for a flashlight and have a simple level with trees randomly placed across the terrain. Problem is, when I shine the flashlight on a tree it all lights up at once and even some...
View ArticleHow to access an Android native plugin in unity ?
I want to integrate Braintree android native plugin into unity. Tried many things found on Internet, but none were a success. I have not idea how it's done. Please help me.
View Articleproblem in minimax algorithm
Hello developers, i am trying to make a tic tac toe game . However, while creating the IA , using the minimax algorithm, i encountred and i don't really understand why .Any help would be appreciated....
View ArticleCannot place trees on terrain
I am quite new to Unity and as far as I know the easiest thing is to paint trees on your terrain. However, that's not working. I can paint grass but not trees. The size of the tree should be normal, I...
View ArticleTree rendering
Yesterday I did place some trees, and its all good, they render normally first 2D and then when I come close 3d, but today the trees I place just disappear when im not around.,For some reason trees...
View ArticleTree not spawning correctly,Tree not spawning at correct height
Hey guys! My trees are spawning in the middle of the terrain. Any help would be vastly appreciated. Thanks!,Hey guys! I just wanted to ask you guys if there is a solution to my problem. My trees are...
View Articletrying to create a script to cut down trees but once i cut down the first...
MissingReferenceException: The object of type 'GameObject' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object....
View Article