Unity 3D使用代码编辑(更改)主模型

时间:2019-02-27 12:22:01

标签: unity3d

当玩家从商店购买东西时,我想编辑我的模型。 我该如何用代码做到这一点?

例如

if(PlayerPrefs.GetInt("Money")>500)
{
// buy rocket for space ship... (i have space ship model with rockets)
}

1 个答案:

答案 0 :(得分:0)

尝试 player.sprite = rocketSprite;