Daniel Christmas

Results 9 issues of Daniel Christmas

Hi, would it be possible to add Unity's package manager support for easy updating straight from the git repository? Thanks for a great asset btw!

It would make it quite a bit more robust if say certain dialogue would execute if a value has a condition. i.e. if a player has more than 30 logs...

Hi, I was wondering, is there an easy way to globally set the Navigation Bar barColor and/or tintColor in a function? Example: ``` button.addEventListener('click', function() { NappAppearance.setGlobalStyling({ navBar: { barColor:'#ff0000',...

It would be pretty awesome to incorporate shadow inset in the Ti.UI.createView(); ``` shadow:{ shadowInset:true, shadowRadius:5, shadowOpacity:0.5, shadowOffset:{x:0, y:2} } ```

Hey, is there any way I can get this working for 5.6? All I get is a pink material which means there is an error.

Everytime you call TiSocial or use it whatsoever, the whole app will crash.

At this point in time, there is no current API to control which Twitter account is used to talk to the Twitter API 1.1? Like if you have multiple Twitter...

Is there a way to incorporate the consumer key and secret in the REST API that way Twitter can recognize my application?

I know this is something that is a part of Twitter's OAuth thing that limits apps to a certain amount of requests. Is there anyway to bypass this for development?