Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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
0
Question by andresp · Sep 14, 2011 at 03:04 PM · c#cameracoroutinescrossfade

ScreenWipe CrossFade with C#

I'm trying to port this http://www.unifycommunity.com/wiki/index.php?title=CrossFade to C#. Right now I've this code http://pastebin.com/jZ06SvCs which doesn't work (nothing happens when I press space).

Is it possible to do this in C#? Am I doing something wrong?

thanks in advance, André.

Comment
Add comment · Show 3
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 cupsster · Jun 18, 2012 at 10:01 AM 0
Share

i'm fighting with same issue

avatar image Mizuho · Jun 18, 2012 at 10:04 AM 0
Share

This is possible in C#. I don't have the code right now because I'm in the middle of integrating it from the test case (into the actual game). But you just have to set one float value for the alpha value and use it to decide both (ie. one has the alpha variable as its alpha and one has 1 - alpha as its alpha value).

Note: If you are using that file as a .js file, then you may be having problems with the C# function not being able to successfully call functions from the .js file.

Edit: $$anonymous$$y solution above is for manually doing it. The other way is by changing your script loading order to ensure the .js file functions are properly loaded for usage by C#.

avatar image HypothicEntropy · Feb 25, 2015 at 03:59 PM 0
Share

Thanks for the script LOOT, works well for me. Just had to add StartCouroutine() on a few of the methods that called other methods, for example when RectWipe() calls the public RectWipe() method.

3 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by ScottYann · Nov 22, 2014 at 06:31 AM

link text

There were some minor problems with Loot's script. Try my version. It only does crossfade (non pro). The rest is up to you.


crossfade c#.zip (127.9 kB)
Comment
Add comment · 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
0

Answer by simonmc · Jun 18, 2012 at 10:51 AM

Change line 23 to:

 yield return StartCoroutine(ScreenWipe.use.CrossFade(swap?cam1:cam2, swap?cam2:cam1, 2));

Note The call to StartCoroutine().

Comment
Add comment · 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
0

Answer by LOOT · Jul 20, 2012 at 09:00 PM

Here is a C# version of the script.link text


screenwipe.zip (7.1 kB)
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

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

8 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Multiple Cars not working 1 Answer

Distribute terrain in zones 3 Answers

Comparing position on Update or using camera visibility? 1 Answer

Raycast in camera 1 Answer

the code of camera rig in tanks Game can explain how this works? 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