-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix namespace handling for inline nested namespaces
- Fix issue where the correct `usings` would not be included in a namespace context. This was an issue when making a namespace declaration like `namespace UdonSharp.Examples.Utilities` and ommiting the `using UdonSharp` at the top of the file. In this case only the `UdonSharp.Examples.Utilities` namespace would be included in the current using context. But the namespaces `UdonSharp` and `UdonSharp.Examples` should also have been included.
- Loading branch information
Showing
3 changed files
with
35 additions
and
10 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
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