Tagged Questions
3
votes
1answer
115 views
Symfony Asset bundling
In Symfony 2 Im using asset bundling like so.
{% stylesheets
'bootstrap/css/bootstrap.css'
'bootstrap/flat/css/flat-ui.css'
filter='cssrewrite'
...
1
vote
0answers
426 views
Unity - don't load the same assetbundle twice
I am having problems with downloading assetbundles.
I get the error:
The asset bundle 'url/levelpackIphone-Copy.unity3d' can't be loaded because
another asset bundle with the same files are ...
-1
votes
1answer
196 views
Android reading png from application folder / do i need to move them?
I have some 150+ PNG in my application that I need to constantly read.
Do i have to move these files from my assets folder to /data/data/myApp.com/ as I do for opening a database?
OR
isn't there a ...
2
votes
0answers
318 views
iOS Progressive asset (or asset bundle) loading after app launch
I'm looking to add more gradual/progressive asset loading to my iOS app, a bit like ZeptoLab do for Cut the Rope. I want to reduce the time the user spends on the static Default.png while the app ...
10
votes
3answers
9k views
How to make an iOS asset bundle?
I saw a custom asset bundle in an iOS project I evaluated, so at least I know it's possible.
My issue is that I'm using a CATiledLayer with about 22,000 tiles for a given image and it takes a very ...