This repository was archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter .asmdef and .asmdef.meta from Paket.Unity cleanup (#46)
Description =========== Unity 2018 adds more control to the script compilation process with [assembly definition files]. If a user wants to define a definition file for the dependencies inside the `Paket.Unity3D` directory she has to recreate it after each install process because the logic in the `net.wooga.paket-unity` plugin takes ownership of this directory and might clean it completely. This patch adds a custom pattern to keep all `.asmdef` and `asmdef.meta` files in the directory structure (at root and deep nested). We see this as a middleground solution for projects that want to use [assembly definition files] or opt out fromi using them. Changes ======= ![IMPROVE] output cleanup filters out `.asmdef` and `.asmdef.meta` [assembly definition files]: https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html
- Loading branch information
Showing
2 changed files
with
98 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters