This commit is contained in:
2021-07-22 13:44:17 +02:00
parent c6ac107a3f
commit e85c02560c
3 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
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

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