rotating plane & vertex snap removed

This commit is contained in:
2024-04-12 12:10:21 +01:00
parent 05b448f618
commit 4b4419127c
7 changed files with 102 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Rotate : MonoBehaviour
{
// Update is called once per frame
void Update()
{
this.transform.Rotate(0, -Time.fixedDeltaTime / 4, 0, Space.World);
}
}

View File

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