Skip to content

Numerous issues in Unity 2020.1.0b15 (64-bit) and other recent versions #9

Description

@matthewhaywood
  • GUI.Text being obsolete errors in GUITextExtensions.cs and ScreenLogger.cs

Upon converting GUI.Text to UnityEngine.UI.Text, the following errors appear in ScreenLogger.cs:

  • 3x CS1061 errors
  • 1x CS0266 error

After commenting out these 4 problem lines of code, the following errors occur:

  • 5x obsolete elements including 'AudioSource,panLevel', 'AudioSource,pan' in 'AudioSourceExtensions.cs' and 'EventType.mouseDown' in 'PureDataEditorHelper.cs'.

After updating those lines of code, the following errors are present:

  • Exception thrown while invoking [DidReloadScripts] method 'Magicolo.AudioTools.PureDataPluginManager:OnReloadScripts ()' : UnauthorizedAccessException: Access to the path "C:/ParticleScripting/Assets/Magicolo/AudioTools/PureData/Plugins/libpdcsharp.dll" or "C:\Program Files\Unity\Hub\Editor\2020.1.0b15\Editor/libpdcsharp.dll" is denied.
    System.IO.File.Copy (System.String sourceFileName, System.String destFileName, System.Boolean overwrite) (at :0)

  • 8 instances of "Failed to load 'Assets/Magicolo/AudioTools/PureData/Plugins/libpdcsharp.dll', expected x64 architecture, but was x86 architecture. You must recompile your plugin for x64 architecture."

  • DllNotFoundException: libpdcsharp

I haven't fixed the last set of errors yet as I haven't managed to recompile the libpdcsharp.dll yet and so there may or may not be further errors beyond this point.

If anyone can help with recompiling the .dll, I'd appreciate guidance.
Thanks,
Matt

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions