You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class WXTest : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
#if WEIXINMINIGAME
Debug.LogWarning("我是微信哦");
#else
Debug.LogWarning("进游戏了");
#endif
}
}
运行环境
unity2022.3.14
插件版本:202505120809
###运行结果
进游戏了
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
描述Bug
空工程,直接使用脚本打印
public class WXTest : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
#if WEIXINMINIGAME
Debug.LogWarning("我是微信哦");
#else
Debug.LogWarning("进游戏了");
#endif
}
}
运行环境
###运行结果
进游戏了
The text was updated successfully, but these errors were encountered: