Skip to content

Commit

Permalink
【修改】测试代码场景加载
Browse files Browse the repository at this point in the history
  • Loading branch information
billwillman committed Jul 17, 2016
1 parent e342a52 commit 7996176
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Assembly-CSharp-Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<Compile Include="Assets\Scripts\Res\Editor\ResourceMgrMonitorEditor.cs" />
<None Include="Assets\Resources\@Shaders\Lightmap-Unlit-Wind.shader" />
<None Include="Assets\Resources\@Shaders\SkyBox-Alpha Blend.shader" />
<None Include="Assets\StreamingAssets\Windows\AssetBundles.xml" />
<Reference Include="UnityEditor.Advertisements">
<HintPath>D:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -98,10 +99,6 @@
<HintPath>D:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Assembly-CSharp.csproj">
<Project>{C9FDEFFB-4FAB-3868-9F69-14816408FD50}</Project> <Name>Assembly-CSharp</Name> </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
1 change: 1 addition & 0 deletions Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<Compile Include="Assets\Scripts\Utils\TimerMgr.cs" />
<None Include="Assets\Resources\@Shaders\Lightmap-Unlit-Wind.shader" />
<None Include="Assets\Resources\@Shaders\SkyBox-Alpha Blend.shader" />
<None Include="Assets\StreamingAssets\Windows\AssetBundles.xml" />
<Reference Include="UnityEngine.UI">
<HintPath>D:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion Assets/StreamingAssets/Windows/AssetBundles.xml.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion UnityResourceMgr.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
Policies = $0
$0.TextStylePolicy = $1
Expand Down

0 comments on commit 7996176

Please sign in to comment.