|
25 | 25 | <introduced version="1.1">Added.</introduced> |
26 | 26 | <deprecated version=""></deprecated> |
27 | 27 | <removed version=""></removed> |
| 28 | + <changed version="6.7.5">Added "resources" folder for Desktop platform</changed> |
28 | 29 | <changed version="6.7.0">Added "engine" folder for Desktop platforms</changed> |
29 | | -<changed version="4.6.1">Added Android Support.</changed> |
30 | | -<changed version="5.5.3">5.5.3</changed> |
31 | | -<changed version="4.5.2">Added iOS Support.</changed> |
32 | | -<changed version="2.9">2.9</changed> |
| 30 | + <changed version="4.6.1">Added Android Support.</changed> |
| 31 | + <changed version="5.5.3">5.5.3</changed> |
| 32 | + <changed version="4.5.2">Added iOS Support.</changed> |
| 33 | + <changed version="2.9">2.9</changed> |
33 | 34 | <experimental version=""></experimental> |
34 | 35 | <nonexperimental version=""></nonexperimental> |
35 | 36 | </history> |
|
114 | 115 | </option> |
115 | 116 | <option> |
116 | 117 | <item>Engine</item> |
117 | | - <description>The folder containing the engine.</description> |
| 118 | + <description>The folder containing the engine and the executable files copied in the standalone application.</description> |
| 119 | + </option> |
| 120 | + <option> |
| 121 | + <item>Resources</item> |
| 122 | + <description>In development mode, the current stack folder. In a standalone, the resources folder where non-executable files, or folders specified from the Standalone Builder, are copied.</description> |
118 | 123 | </option> |
119 | 124 | </options> |
120 | 125 | <options title="For Mac OS X systems:"> |
|
156 | 161 | </option> |
157 | 162 | <option> |
158 | 163 | <item>Engine</item> |
159 | | - <description>The folder containing the engine.</description> |
| 164 | + <description>The folder containing the engine and the executable files copied in the standalone application.</description> |
| 165 | + </option> |
| 166 | + <option> |
| 167 | + <item>Resources</item> |
| 168 | + <description>In development mode, the current stack folder. In a standalone, the resources folder where non-executable files, or folders specified from the Standalone Builder, are copied.</description> |
160 | 169 | </option> |
161 | 170 | </options> |
162 | 171 | <options title="For Windows systems:"> |
|
196 | 205 | <item>Engine</item> |
197 | 206 | <description>The folder containing the engine.</description> |
198 | 207 | </option> |
| 208 | + <option> |
| 209 | + <item>Resources</item> |
| 210 | + <description>In development mode, the current stack folder. In a standalone, the resources folder where files or folders specified from the Standalone Builder are copied.</description> |
| 211 | + </option> |
199 | 212 | </options> |
200 | 213 | <options title="Windows CSIDL numbers:"> |
201 | 214 | <option> |
|
226 | 239 | <item>Engine</item> |
227 | 240 | <description>The folder containing the engine.</description> |
228 | 241 | </option> |
| 242 | + <option> |
| 243 | + <item>Resources</item> |
| 244 | + <description>In development mode, the current stack folder. In a standalone, the resources folder where files or folders specified from the Standalone Builder are copied.</description> |
| 245 | + </option> |
229 | 246 | </options> |
230 | 247 | <options title="For Unix systems:"> |
231 | 248 | <option> |
|
248 | 265 | <item>Engine</item> |
249 | 266 | <description>The folder containing the engine.</description> |
250 | 267 | </option> |
| 268 | + <option> |
| 269 | + <item>Resources</item> |
| 270 | + <description>In development mode, the current stack folder. In a standalone, the resources folder where files or folders specified from the Standalone Builder are copied.</description> |
| 271 | + </option> |
251 | 272 | </options> |
252 | 273 | <options title="For iOS systems:"> |
253 | 274 | <option> |
|
274 | 295 | <item>engine</item> |
275 | 296 | <description>The folder containing the built standalone engine (i.e. the bundle). This is useful for constructing paths to resources that have been copied into the bundle at build time.</description> |
276 | 297 | </option> |
| 298 | + <option> |
| 299 | + <item>resources</item> |
| 300 | + <description>The path to the folder where the files and folders are copied in the standalone application (same as the engine folder).</description> |
| 301 | + </option> |
277 | 302 | </options> |
278 | 303 | <options title="For Android systems:"> |
279 | 304 | <option> |
|
288 | 313 | <item>cache</item> |
289 | 314 | <description>The path to a folder that can be used for transient per-application data files.</description> |
290 | 315 | </option> |
| 316 | + <option> |
| 317 | + <item>resources</item> |
| 318 | + <description>The path to the folder where files and folders are copied in the standalone application (same as the engine folder).</description> |
| 319 | + </option> |
291 | 320 | </options> |
292 | 321 | </parameter> </parameters> |
293 | 322 |
|
|
0 commit comments