Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
4
Question by stfx · Mar 31, 2012 at 09:08 PM · iphoneactiondelegatesstripping

Support for Func and Action delegate on Iphone micro mscorlib?

Does iOS micro mscorlib support Func<T> and Action<T> delegates? This would be very important to know for a possible different implementation of HOTween.

I already checked the manual and the basic delegate functions seem to be supported on all stripping levels but Func<T> and Action<T> are not explicitly mentioned.

Unfortunately I don't have a Mac nor an Iphone Pro license so I would be grateful if someone could tell me :)

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image rutter · Apr 01, 2012 at 01:13 AM 1
Share

I don't know specifically, but I would guess that they're supported. $$anonymous$$ost of what's cut out is from System.dll -- you can see some more info on the distinction here.

I have noticed that iOS builds sometimes have trouble using enums in generics (especially when those generics rely on other generics). Not strictly related to your question, but seems worth a mention.

1 Reply

· Add your reply
  • Sort: 
avatar image
4
Best Answer

Answer by stfx · Apr 02, 2012 at 10:30 PM

Found the location of the micro mscorlib:

 Unity\Editor\Data\Mono\lib\mono\micro\mscorlib.dll

Action<T> is in that library but Func<T> is not (its in System.Core). A quick fix for that is to define the generic Func delegate yourself:

 public delegate T Func<T>();

The only issue left is that Mono might have troubles building the full AOT for some generic classes (see Limitation: Generic Interface Instantiation). Maybe its even possible to test build your with --aot=full without Unity if you have the code in a separate dll but I didn't get this to work yet.

For more info about iOS limiations see monotouch limitations

Why isn't important stuff like that documented in the manual?

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image rutter · Apr 03, 2012 at 12:06 AM 1
Share

Good to know, that.

I've been frustrated a few times with topics like this. Unity has plenty of beginner-level documentation, but not much past that seems to be readily available.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Crash on a stripped iOS binary when using System.Security.Cryptography 3 Answers

How can I invoke a Method Property from a MethodInfo (Reflection) while keeping it's properties and types generic? 2 Answers

,HELP -- iOS Empty project exceeds iphone size limit ! 1 Answer

Passing Func event as parametar 1 Answer

iPhone stripping errors? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges