Questions tagged [console]
Console in game development usually refers to entertainment computer systems. For text based games using command line console consider using 'text-based' tag.
66 questions
1
vote
0
answers
132
views
How to port web-based video game to other consoles?
I'm rather new to video game development, as I have only released one indie game on the web. Every time I have demonstrated the game at a public event, it has always received some kind of reception. ...
0
votes
1
answer
823
views
Can I purchase Xbox One XDK in 2022?
My gf has an Xbox One, and I wanted to surprise her with a custom Xbox One game.
Are XDKs still being retailed?
How much do you estimate the cost?
How old do you have to be to purchase one?
I'd ...
1
vote
0
answers
295
views
DOTS 0.50: Multiple Errors when installing Hybrid Renderer
I'll go straight to the point: I'm getting many errors when installing Hybrid Renderer for my DOTS project. I have no idea what to do. I haven't installed any other packages because there were already ...
0
votes
0
answers
91
views
Do gaming consoles come with built-in crash reporting system for the developers?
I'm working at a game industry and my company's planning on releasing some games for consoles (PS, Nintendo Switch).
I'm wondering if we should integrate some kind of custom crash reporting system ...
0
votes
1
answer
565
views
How do I bring the console window back into the same Unity window?
I have this issue where somehow I accidentally got the console window separated from the window that all unity things are n, so it floats around, blocking the unity screen behind it, as shown below:
...
0
votes
1
answer
62
views
An error comes up in console when trying to enter play mode in unity
Hay folks, i pray for everyone's wellbeing. I want to ask a question that whenever i enter playmode in unity, error message is displayed even though there is nothing in the console. This doesn't get ...
2
votes
2
answers
3k
views
Can I develop indie games for GameCube?
I am a game developer who has always loved the GameCube system. I've been developing games since 2017 and have been self-teaching and learning various coding languages. I know it's officially ...
1
vote
1
answer
688
views
Word Wrap in Editor Console
I'm working as an educator - I am wondering is there any way to wrap the text of lines output from the Unity editor console?...
Thanks!
0
votes
2
answers
1k
views
How much memory does a Game Boy game have for save data?
Is there a standard number of bytes a Game Boy game would have to store (battery backed up) save data?
If not a standard, is there an common size, or a few examples of save data sizes?
If Game Boy ...
0
votes
2
answers
986
views
Unity console error with only a timestamp
I am getting console errors that only have a timestamp. I am running Unity 2019.1.9f1 on Ubuntu 19.04. I have installed dotnet core 2.2.5 on my machine.
Here is the full error log: https://pastebin....
0
votes
1
answer
155
views
Stealing system RAM for texture cache
As an example, the N64 has a notorious 4kb texture cache. Could someone sap another 4kb (or more) from the system's RAM or the Expansion Pak and use that as texture cache space? If so, would it be ...
1
vote
1
answer
2k
views
Is there a way to read unity console outside of unity?
my unity project keeps crashing and it does not let me read the exception error, I am wondering if there is a way to read the unity console externally outside of unity. Any pointers will be highly ...
0
votes
2
answers
727
views
CCD in C++ Console application
I am writing a game in a c++ console application. I would like to detect whether or not there is a collision between two objects, and displace them accordingly. All sprites are simply strings drawn on ...
1
vote
1
answer
84
views
Assign player currentLocation based on array coordinates
I wanted to incorporate changing location in an rpg, so I began by creating a class Location and assign every Location to a multi-dimensonal array, like so:
...
0
votes
1
answer
191
views
How to call the logic of a class into another class?
I am new to c# game development and just start. I decided to start with the basics, Console Applications.
I am try trying to recreate a game created by Lincoln Li and it's called Mr Sprinkle's Great ...