You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install it in Unity via Import Package->Custom Package
It doesn't compile. 59 same errors.
Assets\VContainer\Editor\CodeGen\InjectionILGenerator.cs(13,29): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?)
Assets\VContainer\Editor\CodeGen\PostProcessorReflectionImporter.cs(28,47): error CS0115: 'PostProcessorReflectionImporter.ImportReference(AssemblyName)': no suitable method found to override
Assets\VContainer\Editor\CodeGen\PostProcessorReflectionImporter.cs(15,45): error CS0246: The type or namespace name 'DefaultReflectionImporter' could not be found (are you missing a using directive or an assembly reference?)
Assets\VContainer\Editor\CodeGen\PostProcessorReflectionImporter.cs(7,53): error CS0246: The type or namespace name 'IReflectionImporterProvider' could not be found (are you missing a using directive or an assembly reference?)
Assets\VContainer\Editor\CodeGen\PostProcessorReflectionImporter.cs(28,25): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?)
Assets\VContainer\Editor\CodeGen\PostProcessorReflectionImporter.cs(28,47): error CS0115: 'PostProcessorReflectionImporter.ImportReference(AssemblyName)': no suitable method found to override
Assets\VContainer\Editor\CodeGen\Utils.cs(12,23): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?)
Assets\VContainer\Editor\CodeGen\Utils.cs(37,13): error CS0246: The type or namespace name 'ModuleDefinition' could not be found (are you missing a using directive or an assembly reference?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I downloaded v1.13.2 from release section.
I use Unity 2022.3.10f1
Install it in Unity via Import Package->Custom Package
It doesn't compile. 59 same errors.
Beta Was this translation helpful? Give feedback.
All reactions