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,61 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class inventoryQuickAccessSlotElement : MonoBehaviour
{
[Header ("Main Settings")]
[Space]
public quickAccessSlotInfo mainQuickAccessSlotInfo;
[System.Serializable]
public class quickAccessSlotInfo
{
public string Name;
public bool slotActive;
public GameObject slot;
[Space]
public string slotCategoryName;
[Space]
public Text amountText;
public RawImage slotIcon;
[Space]
public RawImage rightSecondarySlotIcon;
public RawImage leftSecondarySlotIcon;
[Space]
public bool secondarySlotActive;
public string firstElementName;
public string secondElementName;
[Space]
public Text iconNumberKeyText;
public Transform slotSelectedIconPosition;
public GameObject currentlySelectedIcon;
public Image backgroundImage;
public GameObject slotMainSingleContent;
public GameObject slotMainDualContent;
public GameObject amountTextContent;
[Space]
[Space]
public inventoryInfo inventoryInfoAssigned;
}
}

View File

@@ -0,0 +1,20 @@
fileFormatVersion: 2
guid: 65a71a0340cab2e4f9e5ee2b0e227fd3
timeCreated: 1611438126
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/Inventory/Inventory Quick Access
System/inventoryQuickAccessSlotElement.cs
uploadId: 814740

View File

@@ -0,0 +1,20 @@
fileFormatVersion: 2
guid: a6fba8304bbbb59479d894b6178194fd
timeCreated: 1611212048
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/Inventory/Inventory Quick Access
System/inventoryQuickAccessSlotsSystem.cs
uploadId: 814740