安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题




In the mean time you are not required to use lightmaps for your custom levels, you can just open up the lightmap settings and hit "Clear Baked Data" from the triangle dropdown next to "Generate Lighting" at the bottom right, then you won't get any lightmap error messages.
I agree that it's unfortunate that Unity doesn't allow us to just write a script to change the texture format for you, I've sent them a request for this feature but who knows when/if they'll get around to it. But the reason we require that specific format is that otherwise the map files are 5-10x larger than they would be with the correct format.
When you select your lightmap or your shadowmask, in the area where their settings are you'll see 4 settings grouped together, with the heading "Default". Notice that to the right of the word "Default" there's a little down arrow. Click that. The 4 options will become 3, and the checkbox "Override for PC, Mac and Linux Standalone" will be revealed. Tick that checkbox, then under the Format setting, you'll be able to select DXT1 (and DXT5 for your lightmap) directly.
I must say: if several people are struggling with this issue then the GitHub documentation really ought to be updated sooner rather than later. In fact, the most up to date document as linked on GitHub doesn't contain the lightmap information section at all!
I agree. The document also suggests naming the various skybox names differently (as opposed to numbers as in the github readme), which doesn't seem to even work (the numbers work though)
The only documentation I'm aware of is the GitHub README which should have correct info about lightmaps[github.com] and skybox numbering.
I'm referring to the linked one in the final line of the GitHub README, thus:
That's the one with missing lightmap info and a different naming scheme for skyboxes, but the comment about it being continually updated led me to believe that's where all of the accurate info would be found.