如何修复与 vuforia 框架统一的 "CS0117" 错误

How to fix "CS0117" error in unity with vuforia framework

我使用 vuforia 框架开发增强现实项目。我必须使用很多场景,所以我需要更改屏幕按钮。当我在按钮上编写屏幕更改脚本时,我遇到了这个错误:

https://i.stack.imgur.com/VHz8Y.png

也是我的剧本

https://i.stack.imgur.com/TuRB6.png

我该如何解决这个问题?

来自the documentation

Application.LoadLevel

Obsolete public static void LoadLevel(int index);

Description Note: This is now obsolete. Use SceneManager.LoadScene instead.