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
1
Question by peter · Mar 31, 2011 at 04:08 PM · wwwgalleryphoto

Grab image and display on plane

How do I grab image from my documents path and display on plane on IOS? This code results in a ? on the plane. My path works perfect with a web view within the app and it is also successfully saving the screen capture in the photo library(camera roll). I'm using Prime31 Plugin. Thx for any help!!!!!!

function ScreenCapture(){ EtceteraBinding.takeScreenShot("image1.png"); EtceteraBinding.saveImageToPhotoAlbum(GetDocumentsPath()+"image1.png");

} function GetDocumentsPath() : String{ var DocumentsPath : String; DocumentsPath = Application.dataPath.Substring (0, Application.dataPath.Length - 5); DocumentsPath = DocumentsPath.Substring(0,DocumentsPath.LastIndexOf("/")); return DocumentsPath + "/Documents/"; }

function Start () { ScreenCapture(); var go = new GameObject.CreatePrimitive(PrimitiveType.Plane); var url = (GetDocumentsPath()+"image1.png"); go.renderer.material.mainTexture = new Texture2D(50, 50, TextureFormat.RGB24, false); while(true) { // Start a download of the given URL var www = new WWW(url);

     // wait until the download is done
     yield www; 

     // assign the downloaded image to the main texture of the object
     www.LoadImageIntoTexture(go.renderer.material.mainTexture); 
 }

}

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 peter · Apr 01, 2011 at 03:43 PM 0
Share

Is there a way to put all images in their own album? If files are named the same, does the device auto assign an index number or something....Thx a bunch!!

1 Reply

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

Answer by DaveA · Mar 31, 2011 at 04:42 PM

Prepend the url with file://

Comment
Add comment · Show 2 · 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 peter · Mar 31, 2011 at 08:51 PM 0
Share

Oh master Jedi, the force is very strong with you and you are correct!

Thx so much!!!

avatar image hollym16 · Sep 25, 2014 at 01:10 PM 0
Share

Hi, I know this is an old thread but what do you mean by 'Prepend the URL with file://'? Could you perhaps give an example? Thanks

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

No one has followed this question yet.

Related Questions

Unity accessing to gallery photo of android device 2 Answers

How to detect file type loaded from device local storage 1 Answer

Photo image/gallery 0 Answers

Unity UI photo gallery 0 Answers

Opening iOS and Android Photos to upload? 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