Sorry for my English))
When I add SkinnedModelPipeline.dll as References from obj folder I had this problem
and when I add
SkinnedModelPipeline.dll as
References from
bin folder I didn’t have problem in Pipeline Tool
but still have it in project
What is it connected with?
Can this be a problem with the .fbx model?
How can I solve this problem?
Thanks!
Why dont’ you use the reference in the bin folder ? Files in Obj are not intended to be used in production. As stated it is an intermediate folder. (a short explanation here: http://www.c-sharpcorner.com/forums/what-is-difference-between-bin-and-obj-folders-in-net-applicationwhy-these-two-folders)
But there can be a problem(s) with the fbx file.
1 Like
I’m sorry, but what does this mean?
I tried to follow the steps of this lesson
Now, my SkinnedModelPipeline project looks like this
and the main project looks like this
Maybe I did not understand something and did something wrong?