Ajout de Unity.TestMeshPro au GameAssembly
Permet d'utiliser TextMeshPro dans le code Déplacé les script liés à la gestion de ressources dans le répertoire Script/Resource
This commit is contained in:
parent
7851a46c7f
commit
5d9f4d5a96
@ -1,3 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "GameAssembly"
|
"name": "GameAssembly",
|
||||||
|
"rootNamespace": "",
|
||||||
|
"references": [
|
||||||
|
"GUID:6055be8ebefd69e48b49212b09b47b2f"
|
||||||
|
],
|
||||||
|
"includePlatforms": [],
|
||||||
|
"excludePlatforms": [],
|
||||||
|
"allowUnsafeCode": false,
|
||||||
|
"overrideReferences": false,
|
||||||
|
"precompiledReferences": [],
|
||||||
|
"autoReferenced": true,
|
||||||
|
"defineConstraints": [],
|
||||||
|
"versionDefines": [],
|
||||||
|
"noEngineReferences": false
|
||||||
}
|
}
|
||||||
8
Assets/Scripts/Resource.meta
Normal file
8
Assets/Scripts/Resource.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 55c55d07c4a6c4240859bbbbde7b9a3c
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -1,7 +1,6 @@
|
|||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.UIElements;
|
|
||||||
using TMPro;
|
using TMPro;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
Loading…
x
Reference in New Issue
Block a user