plantilla base para movimiento básico
This commit is contained in:
Robii Aragon
2026-02-05 05:07:55 -08:00
parent 195b696771
commit 779f2c8b20
14443 changed files with 23840465 additions and 452 deletions

View File

@@ -0,0 +1,9 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu (fileName = "Object Transform Data", menuName = "GKC/Create Object Transform Data", order = 51)]
public class objectTransformData : ScriptableObject
{
public List<objectTransformInfo> objectTransformInfoList = new List<objectTransformInfo> ();
}

View File

@@ -0,0 +1,19 @@
fileFormatVersion: 2
guid: 27819fcd07cb63f45b19f46d1abbe163
timeCreated: 1571533154
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 40995
packageName: Game Kit Controller - Shooter Melee Adventure Creator 3D + 2.5D
packageVersion: 3.77g
assetPath: Assets/Game Kit Controller/Scripts/Weapons/Scriptable Objects/objectTransformData.cs
uploadId: 814740

View File

@@ -0,0 +1,17 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[System.Serializable]
public class objectTransformInfo
{
public Vector3 objectPosition;
public Quaternion objectRotation;
}
[System.Serializable]
public class objectsTransformInfo
{
public string Name;
public List<objectTransformInfo> objectTransformInfoList = new List<objectTransformInfo> ();
}

View File

@@ -0,0 +1,19 @@
fileFormatVersion: 2
guid: cd4e4fb2d3b0f19418c50f45c8515f84
timeCreated: 1571532990
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 40995
packageName: Game Kit Controller - Shooter Melee Adventure Creator 3D + 2.5D
packageVersion: 3.77g
assetPath: Assets/Game Kit Controller/Scripts/Weapons/Scriptable Objects/objectTransformInfo.cs
uploadId: 814740