Unity Learn home

Groups have been deprecated and are now in read-only mode.

bg
Invite Others
Search
More
DISCUSSION
MEMBERS
Search
Group Info
Description
Unity萌新一起变大神 下载Unity Connect App, 加入移动端萌新组:connect.unity.com/connectApp/download
Preferred Language
Chinese
求教:CMYK模式图片加载后显示一个问号。请问在unity中如何正确显示CMYK模式的图片,或者如何判断图片模式为CMYK模式并将其转换为RGB模式?

加载rgb模式的图片没有问题,就是cmyk的图片就会出现是一个问号的问题。
5 years ago
?图一般是加载错误,比如遇到了www。error或者webrequest error
萌新求推荐,有没有什么类型比较全,比较靠谱的美术资源网站,我现在想找些类似异虫的骨骼动画,但是unity商店里基本都是人形的动画,找不到称心的

1UP Games
Nov 19, 2020
【Unity小技巧】1UP GIRL - SHIZUKA Mobile III插件 流体粒子的制作
https://zhuanlan.zhihu.com/p/301269801

1
18street
Oct 23, 2020
请问如何实现如下功能:制作文字类游戏,有大量的对话文字,其中道具,角色的名称我想使用变量的方法,这样后续如果想更改某个道具的名字的时候,只需要更改这个变量就行了,但目前不知道在text的输入框里怎么弄?请求前辈支援给点儿方向,或者告诉我这种需求的关键词叫什么,便于查阅资料。

1
5 years ago
Reply@咫尺天涯。using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class debg : MonoBehaviour { //今天天气(心情)不错 string today="今天"; string happy="不错"; string xinQing="心情"; string TianQi="天气"; private Text text; void Start () { text=gameObject.GetComponent<Text> (); text.text = today.ToString () + xinQing.ToString()+happy.ToString() ; } } //断句,然后使用string存起来,然后再拼接.
太感谢您了!!帮我打开了新的思路!!再次感谢~~!!
咫尺天涯。
数字媒体从业者
5 years ago
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class debg : MonoBehaviour { //今天天气(心情)不错 string today="今天"; string happy="不错"; string xinQing="心情"; string TianQi="天气"; private Text text; void Start () { text=gameObject.GetComponent<Text> (); text.text = today.ToString () + xinQing.ToString()+happy.ToString() ; } } //断句,然后使用string存起来,然后再拼接.
潮 汐
Oct 9, 2020
新建项目的时候 它说版本不存在 (unity版本编辑器不存在)是怎么回事 求解

李长忠
开发者
5 years ago
如果你是使用的unity Hub创建的项目,试一试不通过Hub创建
A
AndyZhang
Oct 1, 2020
这个组一看就适合我

Description
Unity萌新一起变大神 下载Unity Connect App, 加入移动端萌新组:connect.unity.com/connectApp/download
Preferred Language
Chinese