This commit is contained in:
2021-07-22 14:14:55 +02:00
parent f7ffc60a1d
commit c49219dce3
3 changed files with 450 additions and 109 deletions

View File

@@ -1,19 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class JumpHeightChecker : MonoBehaviour
{
Vector3 v;
List<float> y_positions = new List<float>();
List<float> jump_peaks = new List<float>();
// Update is called once per frame
void Update()
{
v = transform.position;
}
}

View File

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