열차 목업의 내부 확인용 프로젝트
smchoi
2024-07-22 3fc9f79ca436203b0b5ba39b6a079ee086227c11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html><head>
<link rel="stylesheet" type="text/css" href="..\style.css">
</head><body><div class="indent">
<h2>Troubleshooting</h2>
<p>This document lists common problems and their solutions. </p>
<div style="background-color:#DDDDDD">
<h4>"My textures aren't exporting."</h4>
Select the texture in the assets, set the texture type to "Advanced", then tick "Read/Write Enabled". Or select the "Auto Tex Mark Readable"
</div><br/>
<div style="background-color:#DDDDDD">
<h4>"I only have one material!"</h4>
Make sure your material names aren't set the same.
</div><br/>
</div></body></html>