problem about lightmap-Collection of common programming errors
Esa
unity 3d-meshes lightmap
Is it possible to have lightmapping on runtime generated combine children in Unity? It is possible to bake combined meshes when they are done in the editor, but the .apk/.ipa size increases too much.
Byte56
unity shadow-mapping procedural raytracing lightmap
I’m creating a procedural terrain system for Unity. And I’m looking for ways to efficiently cast self-shadows on it. If it wasn’t procedural, I could simply bake a lightmap using Beast. But, I can’t because the terrain mesh is created at runtime. What kind of methods can be done for this, I’m sure it has been done before. If possible, I’m looking for a solution that works for non-pro.I was thinking that maybe some kind of onetime ray-tracing method might be a solution.
Web site is in building