
You are viewing a potentially older version of this package. View Latest Version
DisableFloatingText
Toggle to disable floating text from damage with F7.MycopunkModTemplate
How to use:
- Use this as template for your repo
- Change
AssemblyNameandProduct - Change copyright holder in LICENSE
- Uncomment and change the path to
Assembly-CSharp.dllin.csproj - If you need more stuff like
Unity.TextMeshProorUnityEngine.UI, just add a reference to them the same way as main dll - If you want
Unity.InputSystem, add this line:<PackageReference Include="UnityEngine.Modules" Version="2022.3.5" IncludeAssets="compile" />