MetaJUI v0.4 遇到的一些问题及解决办法记录

1、Unity3d 版本 2022.3.29f1。

2、MetaJUI v0.4 的下载,https://download.csdn.net/download/xingchengaiwei/89334848

3、将MetaJUI v0.4解压,用Unity3d 打开项目,会出现如下问题,按照图中提示操作即可。

4、打开工程后会出现如下错误提示。如:

4.1、Assets\3rd\InfiniteScroll\Scripts\Demo1.cs(4,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)

4.2、Assets\3rd\InfiniteScroll\Scripts\InfiniteScroll\InfiniteScroll.cs(10,7): error CS0246: The type or namespace name 'TMPro' could not be found (are you missing a using directive or an assembly reference?)

5、错误处理办法。

5.1、 选择Windows->Package Manger 弹出如下窗口,

5.2、下图的下拉框选中Packages:Unity Registry 在右侧的搜索框中输入unity ui ,点击install按钮。如下图。

5.3、在搜索框中输入 TextMeshPro ,点击install按钮。如下图。

5.4、没有错误提示了。

6、设置demo,选择Assets->3rd->InfiniteScroll->Scenes->Demo1 ->File->Build Settings->Add Open Scenes,Demo1、Demo2、Demo3、Demo4、Demo5依次操作如下图。

7、运行后效果。

相关推荐
地狱为王3 小时前
在Unity中实现DTLN-AEC处理音频文件的功能
unity·aec·降噪
SmalBox8 小时前
【URP】Shader绘制棋盘格对比内置管线
unity·渲染
EQ-雪梨蛋花汤1 天前
【Unity笔记】Unity 编辑器扩展:打造一个可切换 Config.assets 的顶部菜单插件
unity·编辑器·游戏引擎
SmalBox1 天前
【URP】UnityHLSL顶点片元语义详解
unity·渲染
在路上看风景2 天前
9. Mono项目与Unity的关系
unity
在路上看风景2 天前
1.12 Memory Profiler Package - Summary
unity
SmalBox2 天前
【URP】Unity Shader Tags
unity·渲染
极客柒2 天前
Unity 塔防自用可视化路点寻路编辑器
unity·编辑器·游戏引擎
程序猿多布2 天前
Unity AssetBundle详解
unity·assetbundle
萘柰奈3 天前
Unity学习----【进阶】Addressables(二)--加载资源与打包及更新
学习·unity