water_bear
water_bear
CC#
Created by water_bear on 11/22/2024 in #help
Failing to recompile Unity.SourceGenerators as type "Enumerator" isn't a valid name or namespace.
Ah, no worries. Thanks for letting me know!
8 replies
CC#
Created by water_bear on 11/22/2024 in #help
Failing to recompile Unity.SourceGenerators as type "Enumerator" isn't a valid name or namespace.
It's basically a runtime C# generator, and it relies on Microsoft.CodeAnalysis and Microsoft.CodeAnalysis.CSharp, both of which I installed into the solution via CLI. Apart from that, I am wanting to recompile it to see if I can resolve some errors I was getting in Unity Engine trying to build a project. Lots of duplicate reference build fails referencing SourceGenerators specifically, so I want to build one separate from the Engine and see if putting it in the project manually can help.
8 replies