小编A. *_*ani的帖子

由于时间尺度 0,LeanTween 没有做任何事情。有什么解决办法?

这就是问题所在。我设置了一个记分牌,并制作它以便我的学生可以在记分牌上减轻一些图像(星星的数量)。

这是调用 void 的代码:

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.SceneManagement;


public class ScoreBoard : MonoBehaviour
{

public float timerassesshigh; //change for every level (for gold)
public float timerassesslow; //change for every level (for silver)
public timer timer;
private SceneFadeEffect sceneFade;
private Scene scene;
public int nextLevelRecord;
private int levelcurrentat;
public string NextLevel;
public AudioSource leveldonedun;
private GameObject musicg;
public AudioSource music;
public Animator leveldonefade;
public Image leveldonefadesprite;
public GameObject buttons;
public rankaudioandlog rankaudioandlog;

private void Awake() …
Run Code Online (Sandbox Code Playgroud)

unity-game-engine leantween

2
推荐指数
1
解决办法
1742
查看次数

标签 统计

leantween ×1

unity-game-engine ×1