mono / CocosSharp

CocosSharp is a C# implementation of the Cocos2D and Cocos3D APIs that runs on any platform where MonoGame runs.
493 stars 160 forks source link

Update samples #392

Open rtabbara opened 8 years ago

rtabbara commented 8 years ago

As mentioned here, we need to update the samples to support CocosSharp v1.7+ — primarily handling the change from CCApplication to CCGameView .

Additionally, dependent on #389, it would be ideal if the samples incorporated the MG content pipeline rather than pre-built platform-specific assets.

eatdrinksleepcode commented 8 years ago

Yes please. Accidentally seeing this issue is the first time I realized that when I started my new game based on existing tutorials using CCApplication that I was actually starting on a deprecated foundation (worse than deprecated, apparently already removed). Everything I can find online uses the "old way"; if I wanted to use the new way, I wouldn't even know where to start looking for guidance on how to do it.