Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6046193
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:12:38+00:00 2026-05-23T07:12:38+00:00

Is it possible to run different versions of Unity within an app? I m

  • 0

Is it possible to run different versions of Unity within an app?

I m referencing an app which uses an old version of unity and the current version of unity i m using the newest version.

I get this warning .

I tried what the posts suggested but didnt work out.

How to get this working?

THanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:12:39+00:00Added an answer on May 23, 2026 at 7:12 am

    The compile-time warning is just that, a warning. You can ignore it so long as you have both versions of the Unity DLL available to the application.
    You can achieve this by editing your App.config to look something like this

    <runtime>
      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
        <dependentAssembly>
          <assemblyIdentity name="Unity" publicKeyToken="605f591b87e816bd"/>
          <codeBase version="1.0.0.0" href="./v1/Unity.dll"/>
          <codeBase version="2.0.0.0" href="./v2/Unity.dll"/>
        </dependentAssembly>
      </assemblyBinding>
    </runtime>
    

    This is just pseudo-config, but you can see that under my applications ‘bin’ directory, I will have a subdirectory for both versions of Unity. This config basically says to the .net runtime, “When you need either version 1, or 2 of unity, you can obtain them from these subdirectories”.

    Of course, whether or not you SHOULD do this is another story. If you have any loose config (such as xml) in your application which reference types within the Unity DLL – those ‘references’ will need to specify the version-qualified-strong-name of the Unity DLL, otherwise you’re going to get runtime errors.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to run hip-hop php in cygwin which is using more script
THE QUESTION Is it possible to run one tab from a different Activity or
In my company i have an application which should run at two different sites
I have an app that uses some code scripts to generate dll's at run-time
It is possible to run bcp utility for sybase database from .net code? I
Is it possible to run nose test generators inside custom classes? I am trying
Is it possible to run .pkg files in Ubuntu or Fedora. If so, how
Is it possible to run both session and cookie helpers? Cause I am trying
Is it possible to run Tornado such that it listens to a local port
Is it possible to run a .exe file on client side with Silverlight. Or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.