Create Health and Ragdoll component and and them to enemy

This commit is contained in:
2024-08-09 17:36:09 +02:00
parent 01c6f898f3
commit f3623c6036
6 changed files with 146 additions and 2 deletions

View File

@@ -14,13 +14,13 @@ public class OdinButtons : OdinEditorWindow
GetWindow<OdinButtons>().Show();
}
[ButtonGroup]
[Button]
private void ForgeScene()
{
LoadScene("Assets/Scenes/Forge.unity");
}
[ButtonGroup]
[Button]
private void HurricaneExample()
{
LoadScene("Assets/HurricaneVR/TechDemo/Scenes/scene_examples.unity");