提交代码

This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-31 19:16:05 +08:00
parent 6a66bc165f
commit b6461675a8
297 changed files with 19296 additions and 112413 deletions

View File

@@ -0,0 +1,25 @@
using System.Collections;
using System.Collections.Generic;
using BepuPhysics;
using BepuUtilities.Memory;
using Plugins.JNGame.BepuPhysics;
using UnityEngine;
public class DemoMain : MonoBehaviour
{
private JNBepuPhysics Physics;
// Start is called before the first frame update
void Awake()
{
Physics = new JNBepuPhysics();
}
// Update is called once per frame
void Update()
{
Physics.OnUpdate(Time.deltaTime);
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 59ce1e82a0de1ef4281ebd5856759346
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: