I have the game already but I need to how to export I tried it says andriod sdk folder but like it there any think I need other than unity
[have the android licence
I have the game already but I need to how to export I tried it says andriod sdk folder but like it there any think I need other than unity
[have the android licence
Oops, sorry. I did not realize this would create a second answer. I see the lightmap renderer for what I'm dealing with now. Also the Atlas (listing this as Lightmap Index 0). The code that ended up working was something like: void OnMouseOver{ renderer.lightmapIndex = 0; } void OnMouseExit{ renderer.lightmapIndex = 255; } Sorry again and thanks for the help!
– Ereptor