Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert auto labeler #80 #82

Merged
merged 2 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ If you are using a version of Unity newer than 2022.2, you can install as the Un
https://github.com/hadashiA/VYaml.git?path=VYaml.Unity/Assets/VYaml#0.23.0
```

> [!NOTE]
> If you are using Unity 2022.1 or older, SourceGenerator dll version is different, but VYaml automatically determines which dlls should be given the RoslynAnalyzer label.
> [!IMPORTANT]
> If you are using Unity 2022.1 or older, the git url cannot be used as is because the source generator versions are different.
> Instead, install with VYaml.2022_1_or_lower.unitypackage from the [Releases](https://github.com/hadashiA/VYaml/releases) page.


## Usage
Expand Down
10 changes: 0 additions & 10 deletions VYaml.SourceGenerator.Roslyn3/VYaml.SourceGenerator.Roslyn3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,4 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<!-- Copy files for Unity -->
<PropertyGroup>
<UnityAssetsRoot>$(MSBuildProjectDirectory)\..\VYaml.Unity\Assets\VYaml\Runtime</UnityAssetsRoot>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="$(Configuration) == 'Release'">
<Copy SourceFiles="$(TargetPath)"
DestinationFiles="$(UnityAssetsRoot)\$(TargetFileName)"
SkipUnchangedFiles="true" />
</Target>
</Project>
8 changes: 0 additions & 8 deletions VYaml.Unity/Assets/VYaml/Editor.meta

This file was deleted.

16 changes: 0 additions & 16 deletions VYaml.Unity/Assets/VYaml/Editor/VYaml.Editor.asmdef

This file was deleted.

7 changes: 0 additions & 7 deletions VYaml.Unity/Assets/VYaml/Editor/VYaml.Editor.asmdef.meta

This file was deleted.

28 changes: 0 additions & 28 deletions VYaml.Unity/Assets/VYaml/Editor/VYamlAssetPostProcessor.cs

This file was deleted.

11 changes: 0 additions & 11 deletions VYaml.Unity/Assets/VYaml/Editor/VYamlAssetPostProcessor.cs.meta

This file was deleted.

Binary file not shown.

This file was deleted.

Loading