add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
Reference in New Issue
Block a user