胡37 发表于 3 天前

N网mod搬运,Card Survival mod ModFramework,使编写mod更容易

ModFramework,设计UniqueIDScriptable与统一编辑器(2019),使编写mod更容易<br /><br />下方原版英文mod说明:<br />Thanks to &quot;computerfan97&quot; for pointing out the reason for the &quot;Some suspicious files&quot;.<br /><br />This is a module framework, the main purpose is to allow module developers to design or modify the CardData and other UniqueIDScriptable type objects through the unity editor2019.<br />I designed the MyUniqueIDScriptable&lt;T&gt; type to implement the conversion (call the IntoGame function to convert the MyUniqueIDScriptable object to the corresponding UniqueIDScriptable), for all the UniqueIDScriptable implementations MyUniqueIDScriptable.<br />Setting the UniqueID to the UniqueID of the original in-game object will reference the in-game UniqueIDScriptable object, setting ChangeRaw to True will change the data of the original UniqueIDScriptable.<br />It is best to do the conversion before GameLoad.Awake is executed, so that GameLoad will call the Init function, otherwise you need to call the Init function of UniqueIDScriptable manually.<br />The file contains a complete unity2019 project, just open it with the unity editor and start designing.<br />Your mod needs to reference Assets\Scripts\ModUnityAdapter.dll to load all the MyUniqueIDScriptable types<br />The ScriptableObjects I added are all under the ModData tab.<br /><br />Translated with www.DeepL.com/Translator (free version)<br /><br />
页: [1]
查看完整版本: N网mod搬运,Card Survival mod ModFramework,使编写mod更容易