question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Boxed.Mapping Unity3D support

See original GitHub issue

Describe the feature

I want to use Boxed.Mapping in my Unity project, but it uses Expression.Lambda.Compile from System.Linq.Expressions here. Since compiling the game to mobile platforms requires AOT compiling, Unity forbids the usage of this method. Is it really necessary there? Is it possible to switch to plain new()?

Issue Analytics

  • State:open
  • Created 5 months ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Razenpokcommented, May 12, 2023

Thanks for the link!

For the record, #if UNITY is not something Unity-related, you might just as well write #if I_DONT_WANT_SPEED and it would do the same thing

0reactions
RehanSaeedcommented, May 16, 2023

Ok sure.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · Dotnet-Boxed/Framework
Boxed.Mapping Unity3D support enhancement Issues or pull requests adding an enhancement. ... Host environment path bug Issues describing a bug or pull requests ......
Read more >
Has any one experimented with Box Projection Correction ...
I am wondering if anyone has experimented with "Box Projected Cubemap Environment Mapping in Unity"? I saw a couple of examples, ...
Read more >
Maps SDK for Unity: 3D worlds, AR, & POIs
Add maps and location data to your Unity project with drag-and-drop maps & POIs, 3D buildings, terrain data, and Augmented Reality. Get started...
Read more >
Boxed.Mapping 6.0.0
An object to object mapper that does not use reflection.
Read more >
Avatar Mapping tab
The Mapping drop-down menu at the bottom of the Avatar window. Unity displays a dialog box for you to choose the name and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found