- Clone this repository from
https://github.com/hyydsz/ContentWarningUnityTemplate.git - Go into the Content Warning's Managed directory:
Content Warning/Content Warning_Data/Managed
- Copy the following files:
Newtonsoft.Json.dllPhoton3Unity3D.dllPhotonRealtime.dllPhotonUnityNetworking.dllPhotonUnityNetworking.Utilities.dllSirenix.OdinInspector.Attributes.dllSirenix.Serialization.Config.dllSirenix.Serialization.dllSirenix.Utilities.dllUnity.Burst.Unsafe.dllUnity.Collections.dllUnity.Collections.LowLevel.ILSupport.dllZorro.Core.Runtime.dllZorro.PhotonUtility.dllZorro.Recorder.dllZorro.Settings.Runtime.dllZorro.UI.Runtime.dll
- Move the copied files into
ContentWarningUnityTemplate/Assets/Plugins - Open the project with Unity 2022.3.15f1c1
Whatever - You can now use game scripts inside of this unity project, for creating custom assets!
Just Item Script
If the scripts doesn't have what you need
- Use dnSpy To Export Scripts
- Copy scripts what you need
- Paste scripts into
ContentWarningUnityTemplate/Assets/Scripts/Assembly-CSharp - Keep only Field
- Delete fields as needed
- You can now use the new script