Unity application block 2.0 - The given assembly name or codebase was invalid

前端 未结 7 1601
-上瘾入骨i
-上瘾入骨i 2021-01-04 03:26

Interfaces (In the assembly named \"Interfaces\". In project :- Interfaces)

namespace Interfaces
{
    public interface IDoSomeWork1
    {
          


        
7条回答
  •  爱一瞬间的悲伤
    2021-01-04 04:19

    There is a better way now! Unity has a new version (currently 2.1.505.2) which clearly reports the details and lets you get to the bottom of it immediately.

    You can find binaries and source here: http://unity.codeplex.com/releases

提交回复
热议问题