[Unity&photon&]多个同一系列的组件导入产生的问题已整合为一个定义
发布时间
阅读量:
阅读量
将 photon truesync、photon unity networking、photon voice 和 photon chat 引入同一工程环境时,可能会导致功能冲突
Assets/Photon Unity Networking/Demos/DemoChat/FriendItem.cs(11,14): error CS0101: In the namespace global::, the name FriendItem is already defined.
Assets/Photon Unity Networking/UtilityScripts/UI/TextButtonTransition.cs(23,15): CS0101错误:ExitGames.UtilityScripts命名空间已经包含TextButtonTransition的定义。
The namespace ExitGames UtilityScripts already defines the method or class TextToggleIsOnTransition
此处的错误提示表明:在项目根目录下的global::命名空间中已经存在对AccountService类或接口的定义。
在Assets/Demo/kickin
全部评论 (0)
还没有任何评论哟~
