Use the WWW class to get the text and display it in the Unityugui text

Source: Internet
Author: User

First create a txt text, save as modified to change the format to UEF-8. And then put it on the server or local line. and then read.

On the Code

Using unityengine.ui;using System.io;public class Getbundle:monobehaviour {public Text mytext;void Start () {startcorout INE (LoadText ());} IEnumerator LoadText () {String path = "Http://172.27.35.1/Others/mytext.txt"; www asset = new www (path); yield return asset; Assetbundle bundle = Asset.assetbundle;debug. Log (bundle); Textasset Textasset  =  bundle. Loadasset ("MyText", typeof (Textasset)) as      Textasset;mytext.text = Textasset.text;bundle. Unload (false); asset. Dispose ();}}

I put the txt text directly into the Assetbundle package. And then put it on the Web server at www get. And that's it. Relatively simple after all, I am also a beginner.

Use the WWW class to get the text and display it in the Unityugui text

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.