Demo.cs を Standard Assets フォルダーに配置すると、次のエラーが発生します。
Assets/Standard Assets/Demo.cs(130,17): error CS0246: The type or namespace name 'UILabel' could not be found. Are you missing a using directive or an assembly reference?
Demo.cs Assets Folder を配置すると、エラーは解決されますが、別の Demo1.js から Demo.cs のメソッドを呼び出すことはできません
エラーが発生します:
Assets/Scripts/Demo1.js(81,20): BCE0018: The name 'Demo' does not denote a valid type ('not found').
解決策はありますか?