Quantcast
Channel: Latest Questions by aafasfasdf
Browsing latest articles
Browse All 10 View Live

Weird compilation error regarding Instantiate

So this is what I get: CompilationErrorsException: script(1,12): BCE0023: Boo.Lang.Compiler.CompilerError: No appropriate version of 'UnityEngine.Object.Instantiate' for the argument list...

View Article



Boo.Lang.Compiler.CompilerError appears when using eval

For my game, I need to execute a code that's generated by a php script. This is how I do it: var www : WWW = new WWW (urlw); yield www; eval(www.text); The generated code works perfectly because when I...

View Article

Boo.Lang.Compiler.CompilerError appears when using eval

For my game, I need to execute a code that's generated by a php script. This is how I do it: var www : WWW = new WWW (urlw); yield www; eval(www.text); The generated code works perfectly because when I...

View Article

Unknown identifier when turning off SSAO through a JS script

Hello. In my project, I want to add an option to turn off SSAO (image effect) through a menu. Here is what I get: Unknown identifier: 'ScreenSpaceAmbientOcclusion'. I'm completely sure that's the name...

View Article

Fake PS1 "jittery movement" effect in Unity?

Hello, I'm working on a game with a similar style to a PS1 game and I've got the details of both textures and models spot-on, but it doesn't quite look like an old PS1 game - it lacks the jittery...

View Article

Browsing latest articles
Browse All 10 View Live




Latest Images