Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I have an XNA library that uses several custom effects. These effects need to be accessed by:

  1. a content pipeline project (models are built with the effect)
  2. projects that use my game library (they should be able to load a standalone instance of the effect)

Where should I put the .fx files for the custom effects, and how do I access them from the different projects?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.