您的位置:首页 > 移动开发 > Unity3D

[Unity特效][Unity插件]World Space Fading Transitions物体渐隐特效插件以及相关问题解决

2018-01-07 14:32 441 查看

World Space Fading Transitions

详情 请见 相关文章1,2

直接导入,出现如下错误。

Unity 2017.3.0f3
Assets/WorldSpaceTransitions/fading/Editor/InspectorTestEditor.cs(4,23): error CS0246: The type or namespace name `InspectorTest' could
not be found. Are you missing an assembly reference?
Assets/WorldSpaceTransitions/fading/Editor/InspectorTestEditor.cs(10,39): error CS0246: The type or namespace name `InspectorTest' could
not be found. Are you missing an assembly reference?
Assets/WorldSpaceTransitions/fading/Editor/InspectorTestEditor.cs(12,23): error CS0131: The left-hand side of an assignment must be a variable,
a property or an indexer
Assets/WorldSpaceTransitions/fading/Editor/InspectorTestEditor.cs(15,27): error CS0131: The left-hand side of an assignment must be a variable,
a property or an indexer
Assets/WorldSpaceTransitions/fading/Editor/MyScriptEditor.cs(5,22): error CS0246: The type or namespace name `MyScript' could not be found.
Are you missing an assembly reference?
Assets/WorldSpaceTransitions/fading/Editor/MyScriptEditor.cs(10,34): error CS0246: The type or namespace name `MyScript' could not be found.
Are you missing an assembly reference?
Assets/WorldSpaceTransitions/fading/Editor/MyScriptEditor.cs(12,18): error CS0131: The left-hand side of an assignment must be a variable,
a property or an indexer
Assets/WorldSpaceTransitions/fading/Editor/MyScriptEditor.cs(20,26): error CS0131: The left-hand side of an assignment must be a variable,
a property or an indexer
Assets/WorldSpaceTransitions/fading/Editor/MyScriptEditor.cs(22,26): error CS0131: The left-hand side of an assignment must be a variable,
a property or an indexer
Assets/WorldSpaceTransitions/fading/Editor/MyScriptEditor.cs(24,26): error CS0131: The left-hand side of an assignment must be a variable,
a property or an indexer
Assets/WorldSpaceTransitions/fading/Editor/MyScriptEditor.cs(29,18): error CS0131: The left-hand side of an assignment must be a variable,
a property or an indexer
Assets/WorldSpaceTransitions/fading/Editor/MyScriptEditor.cs(33,22): error CS0131: The left-hand side of an assignment must be a variable,
a property or an indexer
Assets/WorldSpaceTransitions/fading/Editor/MyScriptEditor.cs(34,22): error CS0131: The left-hand side of an assignment must be a variable,
a property or an indexer
Assets/WorldSpaceTransitions/fading/Editor/MyScriptEditor.cs(35,22): error CS0131: The left-hand side of an assignment must be a variable,
a property or an indexer

问题解决:

删除Editor文件夹

 Assets/WorldSpaceTransitions/fading/Editor 

相关文章:

1.

World Space Fading Transitions

2.


World Space Transitions - looking for feedback

3.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐