Skip to content

emcifuntik/Raft-ModKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raft-ModKit

Raft Poster

How to start playing with mods

How to Build

How to start modding

  • Create new C# .Net Framework Library project named SomethingHere_Script. Important: Your assembly filename must ends with Script.dll
  • Add references to
    • UnityEngine
    • Assembly-CSharp.dll
  • Extend you Script class with UnityEngine.MonoBehaviour
  • Now you subscribed to Unity scene messages. Look here

References