Skip to content

Commit

Permalink
chore: use name instead of guid to reference assembly (#81)
Browse files Browse the repository at this point in the history
* chore: use name instead of guid to reference assembly

* docs(changelog): Assembly has duplicate references error may happens due to Unity bug
  • Loading branch information
anatawa12 authored Nov 12, 2023
1 parent 74f518c commit 052e836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Fixed
- Assembly has duplicate references error may happens due to Unity bug (#80)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Runtime/nadena.dev.ndmf.runtime.asmdef
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nadena.dev.ndmf.runtime",
"references": [
"GUID:ad78a2bc77b7491eb34cece69bb8f0e6"
"lyuma.av3emulator"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down

0 comments on commit 052e836

Please sign in to comment.