Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 11 Next capture
2021 2022 2023
1 capture
11 Jun 22 - 11 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
3
Question by SilentSin · Jul 30, 2015 at 11:43 AM · texture2drendertexture

What is the best way to GetPixel out of a RenderTexture?

I'm trying to get a fluid simulation working on Android.

  • Running in C# is too slow.

  • Making a C++ plugin could potentially be faster. I've never written such a plugin, but I do know C++.

  • Compute Shaders are out of the question because I wouldn't even be able to test on my phone (Nexus 5).

  • I have a working simulation that uses regular Shaders and RenderTextures, but they don't have a GetPixel function which I need to be able to have the fluid push my GameObjects around.

The best solution I've been able to find so far is to make a Texture2D and use ReadPixels to fill it, then GetPixel out of it. The code I'm using is simply:

 RenderTexture.active = m_velocityTex;// The RenderTexture.
 velocityReader.ReadPixels(new Rect(0, 0, m_width, m_height), 0, 0);// The Texture2D.

I've tried having that code at the end of Update, in LateUpdate, and in a coroutine that uses WaitForEndOfFrame, as well as a coroutine that manually tells the camera to render then waits a frame before the ReadPixels call.

But no matter what I try, ReadPixels kills the frame rate. Is there some other way of reading from a RenderTexture or setting it up so that ReadPixels doesn't cock block the main thread?

Also, can anyone comment on whether it would be worth trying to port the sim into a C++ plugin?

Comment
Add comment · Show 2
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 Torigas · Jul 30, 2015 at 12:00 PM 0
Share

I ran into the same problem on desktop. If you find a better / faster solution than compute shaders, I'd love to hear about it.

avatar image Fwarmuth · May 23, 2019 at 11:05 AM 0
Share

Anythin new here? I am also trying to iter through all pixels of a Texture2D; regards

0 Replies

· Add your reply
  • Sort: 

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

23 People are following this question.

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

Related Questions

What is an element in CopyTexture ? 1 Answer

Alternative for Graphics.CopyTexture() ? 2 Answers

blending colors on a texture: shader, render texture, or other 2 Answers

ReadPixels returns RGBA(0,0,0,0) 0 Answers

Unity crashes trying to get pixels and using Debug.Log 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