Showing related tags and posts across the entire site.
-
Hi I was wondering if there is any way of updating objects that were submitted through code. This is how I submit my object SceneInterface.ObjectManager.Submit(SceneObject); So how would I be able to update it so it's at a new postion?
-
idunno how to fix this yet but i have 2 levels working on xbox 360 now in my game but the 2nd one that loads starts real slow for about a minute and then goes back to normal. How do i fix this ? Do i need a loading screen before loading the scene ? how is that done ? here is my code for switching scenes...
-
I can't find the answer to this one anywhere on the forums or on this site so I'm asking it here. The question is: how do you locate a sceneobject that you have in your sunburn scene editor ? example : i made a camera that appeared in scene but not near any of the sceneobjects(terrain,etc..)...
-
Fresh install of everything. Sunburn 2.0.18.7 (as on my old machine). Copied the project over try to compile, fails with: Error 14 Building content threw Exception: Error loading content repository 'Type 'SynapseGaming.LightingSystem.Core.PrefabObjectGenerator' not registered with the serialization...
-
Newbie here again. I've been working on this problem for 3 days or so now. I'm trying to make a camera follow my character in a game I made using the GameManagementSample. I found that if I type my game score code into the GamePlayScreen.cs it shows on the screen the way I want. But I can't...