|
I will writte some parts of my code in C# and in JavaScript.... It is posibel that i can used a C# GameObject in my JavaScript code? For the moment looks that is not possibel to mix it :( thats my structure :
now i will use the code in GridManager in the script GameSpieler... but mono dosent show the class from GridManager.... thanks for Help
(comments are locked)
|

I found the Problem, its a littel hard to understand the documentation, i have to move my Script what i will "Global" used into the Asset Folder "Standart Assets" there the scripts will be first compiled and my script in the Folder "Spiel", and now i have the access to the GridManager class
would be nice to know what all Folder exist, and how Unity will handel them
but my prob is found =)