Skip to content

Commit 97e9449

Browse files
committed
fix: update cab model
1 parent c5e7b17 commit 97e9449

File tree

9 files changed

+65
-62
lines changed

9 files changed

+65
-62
lines changed

Assembly-CSharp.csproj

Lines changed: 48 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
1-
<Project ToolsVersion="Current">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
23
<!-- Generated file, do not modify, your changes will be overwritten (use AssetPostprocessor.OnGeneratedCSProject) -->
34
<PropertyGroup>
4-
<BaseIntermediateOutputPath>Temp\obj\$(Configuration)\$(MSBuildProjectName)</BaseIntermediateOutputPath>
5-
<IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath>
5+
<LangVersion>9.0</LangVersion>
66
</PropertyGroup>
7-
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
8-
<ItemGroup>
9-
<ProjectCapability Include="Unity" />
10-
</ItemGroup>
117
<PropertyGroup>
12-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
13-
<EnableDefaultItems>false</EnableDefaultItems>
14-
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
15-
<LangVersion>9.0</LangVersion>
16-
<Configurations>Debug;Release</Configurations>
178
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
189
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10+
<ProductVersion>10.0.20506</ProductVersion>
11+
<SchemaVersion>2.0</SchemaVersion>
1912
<RootNamespace></RootNamespace>
13+
<ProjectGuid>{B5A3F39D-1A2E-7410-EA66-FFCEE6A2312C}</ProjectGuid>
2014
<OutputType>Library</OutputType>
2115
<AppDesignerFolder>Properties</AppDesignerFolder>
2216
<AssemblyName>Assembly-CSharp</AssemblyName>
23-
<TargetFramework>netstandard2.1</TargetFramework>
17+
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
18+
<FileAlignment>512</FileAlignment>
2419
<BaseDirectory>.</BaseDirectory>
2520
</PropertyGroup>
2621
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -44,22 +39,23 @@
4439
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
4540
</PropertyGroup>
4641
<PropertyGroup>
47-
<NoStandardLibraries>true</NoStandardLibraries>
48-
<NoStdLib>true</NoStdLib>
4942
<NoConfig>true</NoConfig>
50-
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
51-
<MSBuildWarningsAsMessages>MSB3277</MSBuildWarningsAsMessages>
43+
<NoStdLib>true</NoStdLib>
44+
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
45+
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
46+
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
5247
</PropertyGroup>
5348
<PropertyGroup>
49+
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
5450
<UnityProjectGenerator>Package</UnityProjectGenerator>
5551
<UnityProjectGeneratorVersion>2.0.22</UnityProjectGeneratorVersion>
56-
<UnityProjectGeneratorStyle>SDK</UnityProjectGeneratorStyle>
52+
<UnityProjectGeneratorStyle>Legacy</UnityProjectGeneratorStyle>
5753
<UnityProjectType>Game:1</UnityProjectType>
5854
<UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
5955
<UnityVersion>6000.0.43f1</UnityVersion>
6056
</PropertyGroup>
6157
<ItemGroup>
62-
<Analyzer Include="C:\Users\w1ndo\.vscode\extensions\visualstudiotoolsforunity.vstuc-1.1.0\Analyzers\Microsoft.Unity.Analyzers.dll" />
58+
<Analyzer Include="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\Extensions\Microsoft\Visual Studio Tools for Unity\Analyzers\Microsoft.Unity.Analyzers.dll" />
6359
<Analyzer Include="C:\Program Files\Unity\Hub\Editor\6000.0.43f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.SourceGenerators.dll" />
6460
<Analyzer Include="C:\Program Files\Unity\Hub\Editor\6000.0.43f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" />
6561
<Analyzer Include="C:\Program Files\Unity\Hub\Editor\6000.0.43f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.UIToolkit.SourceGenerator.dll" />
@@ -1393,23 +1389,38 @@
13931389
</Reference>
13941390
</ItemGroup>
13951391
<ItemGroup>
1396-
<ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.Hands.Editor.csproj" />
1397-
<ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.StarterAssets.csproj" />
1398-
<ProjectReference Include="Unity.XR.Hands.Samples.VisualizerSample.csproj" />
1399-
<ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.DeviceSimulator.csproj" />
1400-
<ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.StarterAssets.Editor.csproj" />
1401-
<ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.Hands.csproj" />
1402-
</ItemGroup>
1403-
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
1404-
<ItemGroup>
1405-
<ProjectCapability Remove="LaunchProfiles" />
1406-
<ProjectCapability Remove="SharedProjectReferences" />
1407-
<ProjectCapability Remove="ReferenceManagerSharedProjects" />
1408-
<ProjectCapability Remove="ProjectReferences" />
1409-
<ProjectCapability Remove="ReferenceManagerProjects" />
1410-
<ProjectCapability Remove="COMReferences" />
1411-
<ProjectCapability Remove="ReferenceManagerCOM" />
1412-
<ProjectCapability Remove="AssemblyReferences" />
1413-
<ProjectCapability Remove="ReferenceManagerAssemblies" />
1392+
<ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.Hands.Editor.csproj">
1393+
<Project>{19C0CD92-FFB9-AB33-9DBE-B82D4DA4DDCE}</Project>
1394+
<Name>Unity.XR.Interaction.Toolkit.Samples.Hands.Editor</Name>
1395+
</ProjectReference>
1396+
<ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.StarterAssets.csproj">
1397+
<Project>{6AB8B2B2-2ECD-8E06-4EEF-D7EFC24996E1}</Project>
1398+
<Name>Unity.XR.Interaction.Toolkit.Samples.StarterAssets</Name>
1399+
</ProjectReference>
1400+
<ProjectReference Include="Unity.XR.Hands.Samples.VisualizerSample.csproj">
1401+
<Project>{908696F3-B455-4B92-2093-0AEBB3342C7A}</Project>
1402+
<Name>Unity.XR.Hands.Samples.VisualizerSample</Name>
1403+
</ProjectReference>
1404+
<ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.DeviceSimulator.csproj">
1405+
<Project>{B167D385-7781-67AD-F06E-3129116716CD}</Project>
1406+
<Name>Unity.XR.Interaction.Toolkit.Samples.DeviceSimulator</Name>
1407+
</ProjectReference>
1408+
<ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.StarterAssets.Editor.csproj">
1409+
<Project>{7FA1F632-7D01-8F65-8699-88694178F51A}</Project>
1410+
<Name>Unity.XR.Interaction.Toolkit.Samples.StarterAssets.Editor</Name>
1411+
</ProjectReference>
1412+
<ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.Hands.csproj">
1413+
<Project>{5B0A847E-CD85-A368-E74B-9789E9605901}</Project>
1414+
<Name>Unity.XR.Interaction.Toolkit.Samples.Hands</Name>
1415+
</ProjectReference>
14141416
</ItemGroup>
1417+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1418+
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
1419+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1420+
Other similar extension points exist, see Microsoft.Common.targets.
1421+
<Target Name="BeforeBuild">
1422+
</Target>
1423+
<Target Name="AfterBuild">
1424+
</Target>
1425+
-->
14151426
</Project>

Assets/Models/cab.fbx

-38.9 KB
Binary file not shown.

Assets/Models/cab.fbx.meta

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Models/material/GroundSlider.mat

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ Material:
88
m_PrefabInstance: {fileID: 0}
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: GroundSlider
11-
m_Shader: {fileID: 4800000, guid: 650dd9526735d5b46b79224bc6e94025, type: 3}
11+
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
1212
m_Parent: {fileID: 0}
1313
m_ModifiedSerializedProperties: 0
14-
m_ValidKeywords: []
14+
m_ValidKeywords:
15+
- _EMISSION
1516
m_InvalidKeywords: []
16-
m_LightmapFlags: 4
17+
m_LightmapFlags: 1
1718
m_EnableInstancingVariants: 0
1819
m_DoubleSidedGI: 0
1920
m_CustomRenderQueue: -1
@@ -46,7 +47,7 @@ Material:
4647
m_Scale: {x: 1, y: 1}
4748
m_Offset: {x: 0, y: 0}
4849
- _EmissionMap:
49-
m_Texture: {fileID: 0}
50+
m_Texture: {fileID: 2800000, guid: 89989ab8487f80441ab10a62774521cc, type: 3}
5051
m_Scale: {x: 1, y: 1}
5152
m_Offset: {x: 0, y: 0}
5253
- _MainTex:
@@ -121,7 +122,7 @@ Material:
121122
m_Colors:
122123
- _BaseColor: {r: 0.9063317, g: 0.9063317, b: 0.9063317, a: 1}
123124
- _Color: {r: 0.9063317, g: 0.9063317, b: 0.9063317, a: 1}
124-
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
125+
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
125126
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
126127
m_BuildTextureStacks: []
127128
m_AllowLocking: 1

Assets/Scenes/MainScene.unity

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3004,6 +3004,10 @@ PrefabInstance:
30043004
serializedVersion: 3
30053005
m_TransformParent: {fileID: 0}
30063006
m_Modifications:
3007+
- target: {fileID: -9067739278995482892, guid: dae0944fff8c1b74da553837d0710f97, type: 3}
3008+
propertyPath: m_LocalPosition.y
3009+
value: 0.03
3010+
objectReference: {fileID: 0}
30073011
- target: {fileID: -8679921383154817045, guid: dae0944fff8c1b74da553837d0710f97, type: 3}
30083012
propertyPath: m_LocalScale.x
30093013
value: 0.075
361 Bytes
Loading

Assets/Textures/verse/verse.png.meta renamed to Assets/Textures/optional/groundtest.png.meta

Lines changed: 1 addition & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Textures/verse/verse.png

-946 KB
Binary file not shown.

uWindowCapture.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[uWC::Log][2025-03-26 19:06:26] Start
2-
[uWC::Log][2025-03-26 19:07:22] Stop
1+
[uWC::Log][2025-03-27 23:29:34] Start
2+
[uWC::Log][2025-03-27 23:30:05] Stop

0 commit comments

Comments
 (0)