newly updated FMODStudio plugin for UE5.3 migration
This commit is contained in:
@ -124,10 +124,12 @@
|
||||
</li>
|
||||
<li><a href="settings.html">Settings</a></li>
|
||||
<li><a href="plugins.html">Plugins</a></li>
|
||||
<li><a href="niagara.html">Niagara Integration</a></li>
|
||||
<li><a href="api-reference.html">API Reference</a></li>
|
||||
<li><a href="blueprint-reference.html">Blueprint Reference</a></li>
|
||||
<li><a href="platform-specifics.html">Platform Specifics</a></li>
|
||||
<li><a href="troubleshooting.html">Troubleshooting</a></li>
|
||||
<li><a href="audiolink.html">AudioLink</a></li>
|
||||
<li><a href="glossary.html">Glossary</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -674,7 +676,28 @@ AudioMixerModuleName=
|
||||
<p>The audio device can be disabled for every platform that you want to ship with.</p>
|
||||
<h2 id="source-control"><a href="#source-control">2.16 Source Control</a></h2>
|
||||
<p>Not all of the plugin files are required to be checked in to source control, below the necessary files are marked:</p>
|
||||
<p><img alt="Source Control Files to Add" src="images/source-control.png" /></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>OS</th>
|
||||
<th>Files</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Windows</td>
|
||||
<td><img alt="Source Control Files to Add Win" src="images/source-control-win.png" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>macOS</td>
|
||||
<td><img alt="Source Control Files to Add macOS" src="images/source-control-mac.png" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Linux</td>
|
||||
<td><img alt="Source Control Files to Add Linux" src="images/source-control-linux.png" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="admonition warning">
|
||||
<p>FMOD Banks cannot be added using the In-Editor source control, as the editor only interacts with UAssets, they need to be added to source control from outside of the UE Editor.</p>
|
||||
</div>
|
||||
@ -709,7 +732,7 @@ AudioMixerModuleName=
|
||||
</ul>
|
||||
<p>This can be especially useful for build machines that don't normally run the Editor at all, which is what normally triggers the assets to be built, and does not require the generated assets to be checked in to source control.</p></div>
|
||||
|
||||
<p class="manual-footer">Unreal Integration 2.02.14 (2023-05-03). © 2023 Firelight Technologies Pty Ltd.</p>
|
||||
<p class="manual-footer">Unreal Integration 2.02.26 (2024-12-11). © 2024 Firelight Technologies Pty Ltd.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user