Cocos various Slash traps for file names and cocos file name slash traps

Source: Internet
Author: User

Cocos various Slash traps for file names and cocos file name slash traps

The slash must be used for all cocos file paths/but cannot be used \

Otherwise, it will be compiled into various pitfalls of Android.

The first character of the relative path is not allowed/


/* For example, res/test.png should be the standard/res/test.png, which can work on a pc and does not work on Android * // The pc is normal, the callback function on android does not contain the executed ctor: getInstance ()-> getTextureCache ()-> addImageAsync ("/res/test.png", [&] (Texture2D * texture) {}); // correct Director: getInstance ()-> getTextureCache ()-> addImageAsync ("res/test.png", [&] (Texture2D * texture) {}); auto animation = Animation: create (); // This type of pc is normal, and the android system directly redirects the animation-> addSpriteFrameWithFile ("res \ test.png "); // write animation-> addSpriteFrameWithFile ("res/test.png") correctly ");



I hope it will be useful to those who are new to cocos.




Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

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.