Jump to content

Gaia and GeNa lack assembly definitions


gabriel_fuentesGD

Recommended Posts

Hello guys! I noticed that Gaia and GeNa don't have assembly definitions. I think this might be slowing down my compilation times. Are there any plans to add assembly definitions to them later on?

Thanks in advance!

Link to comment
Share on other sites

I've made this request a few times and will repeat it again here. Not having Assembly Definitions is an absolute pain when it comes to reuse of code through UPM, as well as making in editor compilation significantly faster. Most customers won't notice but anyone with a project of any significant size will thank you profusely for putting them in.


Addressables are not in any way connected.

"By default, Unity compiles almost all of your game scripts into the predefined assembly, Assembly-CSharp.dll.

This arrangement works acceptably for small projects, but has some drawbacks as you add more code to your project:

  • Every time you change one script, Unity has to recompile all the other scripts, increasing overall compilation time for iterative code changes.
  • Any script can directly access types defined in any other script, which can make it more difficult to refactor and improve your code.
  • All scripts are compiled for all platforms."


Unity - Manual: Assembly definitions (unity3d.com)

 

  • Like 2
Link to comment
Share on other sites

  • 3 months later...
  • 8 months later...

The attached images show my two assembly files. Though I have a question. I need to include both:

  • Unity.Addressables.Editor
  • ProceduralWorlds.Flor.Editor

To me this indicate that the runtime somehow have dependencies to editor scripts. This should not be the case or?

ProceduralWorlds.png

editor file.png

Link to comment
Share on other sites

On 4/5/2023 at 2:03 PM, Marius said:

To me this indicate that the runtime somehow have dependencies to editor scripts. This should not be the case or?

It should not, no. We might call functions from the Unity Editor namespace from non-editor scripts, but we should not reference anything placed in "Editor" folders from non-Editor scripts.

What errors are you getting if you do not include those dependencies to the ProceduralWorlds assembly?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Tell a friend

    Love Canopy - Procedural Worlds? Tell a friend!
  • Need help?

    We work with some of the biggest brands in global gaming, automotive, technology, and government to create environments, games, simulations, and product launches for desktop, mobile, and VR.

    Our unique expertise and technology enable us to deliver solutions that look and run better at a fraction of the time and cost of a typical project.

    Check out some of our non-NDA work in the Gallery, and then Contact Us to accelerate your next project!

×
×
  • Create New...